2017-08-06 21:46:10 +02:00
|
|
|
{
|
2017-08-09 23:00:01 +02:00
|
|
|
"name": "cyb3r-youtube-downloader",
|
|
|
|
"productName": "cyb3r-youtube-downloader",
|
2017-08-06 21:46:10 +02:00
|
|
|
"version": "1.0.0",
|
2017-08-09 23:00:01 +02:00
|
|
|
"description": "My Electron application description",
|
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",
|
|
|
|
"license": "MIT",
|
|
|
|
"config": {
|
|
|
|
"forge": {
|
|
|
|
"make_targets": {
|
|
|
|
"win32": [
|
|
|
|
"squirrel"
|
|
|
|
],
|
|
|
|
"darwin": [
|
|
|
|
"zip"
|
|
|
|
],
|
|
|
|
"linux": [
|
|
|
|
"deb",
|
|
|
|
"rpm"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"electronPackagerConfig": {
|
|
|
|
"packageManager": "npm"
|
|
|
|
},
|
|
|
|
"electronWinstallerConfig": {
|
2017-08-13 23:47:09 +02:00
|
|
|
"name": "cyb3r_youtube_downloader",
|
|
|
|
"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": {
|
|
|
|
"packageName": "",
|
|
|
|
"name": "cyb3ryoutubedownloader"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2017-08-06 21:46:10 +02:00
|
|
|
"dependencies": {
|
|
|
|
"electron": "^1.6.11",
|
2017-08-13 23:47:09 +02:00
|
|
|
"electron-compile": "^6.4.1",
|
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-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-06 21:46:10 +02:00
|
|
|
},
|
2017-08-09 23:00:01 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"babel-plugin-transform-async-to-generator": "^6.24.1",
|
|
|
|
"babel-preset-env": "^1.6.0",
|
|
|
|
"babel-preset-react": "^6.24.1",
|
|
|
|
"electron-prebuilt-compile": "1.6.11",
|
|
|
|
"eslint": "^3.19.0",
|
|
|
|
"eslint-config-airbnb": "^15.1.0",
|
|
|
|
"eslint-plugin-import": "^2.7.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "^5.1.1",
|
|
|
|
"eslint-plugin-react": "^7.1.0"
|
|
|
|
}
|
2017-08-06 21:46:10 +02:00
|
|
|
}
|