2017-08-06 21:46:10 +02:00
|
|
|
{
|
2017-09-10 23:35:38 +02:00
|
|
|
"name": "cyb3r-downloader",
|
|
|
|
"productName": "cyb3r-downloader",
|
2017-09-10 20:42:21 +02:00
|
|
|
"version": "1.5.0",
|
2017-09-10 23:35:38 +02:00
|
|
|
"description": "Cyb3r_Downloader",
|
2017-08-13 23:47:09 +02:00
|
|
|
"main": "src/main.js",
|
2017-08-09 23:00:01 +02:00
|
|
|
"scripts": {
|
|
|
|
"start": "electron-forge start",
|
|
|
|
"package": "electron-forge package",
|
|
|
|
"make": "electron-forge make",
|
|
|
|
"lint": "eslint src"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "theen",
|
2017-09-23 17:19:11 +02:00
|
|
|
"license": "GPL",
|
2017-08-09 23:00:01 +02:00
|
|
|
"config": {
|
|
|
|
"forge": {
|
|
|
|
"make_targets": {
|
|
|
|
"win32": [
|
|
|
|
"squirrel"
|
|
|
|
],
|
|
|
|
"darwin": [
|
|
|
|
"zip"
|
|
|
|
],
|
|
|
|
"linux": [
|
|
|
|
"deb",
|
|
|
|
"rpm"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"electronPackagerConfig": {
|
2017-09-10 20:42:21 +02:00
|
|
|
"packageManager": "npm",
|
|
|
|
"win32metadata": {
|
2017-09-10 23:35:38 +02:00
|
|
|
"ProductName": "Cyb3r_Downloader",
|
2017-09-10 20:42:21 +02:00
|
|
|
"CompanyName": "Thee.moe"
|
|
|
|
},
|
|
|
|
"version-string": {
|
2017-09-10 23:35:38 +02:00
|
|
|
"ProductName": "Cyb3r_Downloader",
|
2017-09-10 20:42:21 +02:00
|
|
|
"CompanyName": "Thee.moe"
|
|
|
|
}
|
2017-08-09 23:00:01 +02:00
|
|
|
},
|
|
|
|
"electronWinstallerConfig": {
|
2017-09-10 23:35:38 +02:00
|
|
|
"name": "Cyb3r_Downloader",
|
2017-09-10 20:42:21 +02:00
|
|
|
"packageName": "Cyb3r_Downloader",
|
2017-08-13 23:47:09 +02:00
|
|
|
"icon": "app.ico"
|
2017-08-09 23:00:01 +02:00
|
|
|
},
|
|
|
|
"electronInstallerDebian": {},
|
|
|
|
"electronInstallerRedhat": {},
|
|
|
|
"github_repository": {
|
2017-08-13 23:47:09 +02:00
|
|
|
"owner": "Theenoro",
|
|
|
|
"name": "https://git.tooru.thee.moe/theenoro/electron-simple-youtube-downloader"
|
2017-08-09 23:00:01 +02:00
|
|
|
},
|
|
|
|
"windowsStoreConfig": {
|
2017-09-10 23:35:38 +02:00
|
|
|
"packageName": "Cyb3r_Downloader",
|
|
|
|
"name": "Cyb3r_Downloader"
|
2017-08-09 23:00:01 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2017-08-06 21:46:10 +02:00
|
|
|
"dependencies": {
|
2017-09-08 00:06:24 +02:00
|
|
|
"body-parser": "^1.17.2",
|
|
|
|
"cors": "^2.8.4",
|
2017-09-11 00:10:12 +02:00
|
|
|
"electron": "^1.7.6",
|
2017-09-10 20:42:21 +02:00
|
|
|
"electron-config": "^1.0.0",
|
2017-09-08 00:06:24 +02:00
|
|
|
"express": "^4.15.4",
|
2017-08-28 03:50:31 +02:00
|
|
|
"fs": "0.0.1-security",
|
2017-08-07 23:27:50 +02:00
|
|
|
"mkdirp": "^0.5.1",
|
2017-09-10 20:42:21 +02:00
|
|
|
"node-id3": "0.0.10",
|
2017-08-28 03:50:31 +02:00
|
|
|
"path": "^0.12.7",
|
2017-08-13 23:47:09 +02:00
|
|
|
"request": "^2.81.0",
|
2017-08-28 03:50:31 +02:00
|
|
|
"unzip": "^0.1.11",
|
|
|
|
"watchr": "^3.0.1"
|
2017-08-09 23:00:01 +02:00
|
|
|
}
|
2017-08-06 21:46:10 +02:00
|
|
|
}
|