cyb3r-downloader/package.json

24 lines
591 B
JSON
Raw Normal View History

2017-08-06 21:46:10 +02:00
{
"name": "electron-simple-youtube-downloader",
"version": "1.0.0",
"description": "electron-simple-youtube-downloader",
"main": "index.js",
"dependencies": {
"electron": "^1.6.11",
"mkdirp": "^0.5.1",
2017-08-06 21:46:10 +02:00
"request": "^2.81.0",
"youtube-dl": "^1.11.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron index.js"
},
"repository": {
"type": "git",
"url": "https://git.tooru.thee.moe/theenoro/electron-simple-youtube-downloader.git"
},
"author": "Theenoro",
"license": "ISC"
}