plex-web-downloader/package.json

34 lines
674 B
JSON
Raw Permalink Normal View History

2015-09-14 12:20:08 -04:00
{
"name": "plex_webdown",
2015-10-09 15:12:23 -04:00
"version": "0.1.0",
"main": "index.html",
"window": {
"show": true,
"frame": true,
"toolbar": false,
"focus": true,
"icon": "public/iconarchive_plex.ico",
"width": 550,
"height": 348
},
2015-09-14 12:20:08 -04:00
"scripts": {
2017-07-10 07:51:00 -04:00
"start": "nw .",
"vers": "nw --version"
2015-09-14 12:20:08 -04:00
},
2015-10-09 15:12:23 -04:00
"private": true,
2015-09-14 12:20:08 -04:00
"dependencies": {
2017-07-10 07:51:00 -04:00
"basic-auth": "^1.1.0",
"body-parser": "~1.17.2",
"cluster": "~0.7.7",
2017-07-10 07:51:00 -04:00
"cookie-parser": "~1.4.3",
"debug": "~2.6.8",
"express": "~4.15.3",
2015-10-12 03:44:48 -04:00
"fs.extra": "^1.3.2",
2015-09-14 12:20:08 -04:00
"jade": "~1.11.0",
2017-07-10 07:51:00 -04:00
"morgan": "~1.8.2",
"nw": "0.20.1",
"serve-favicon": "~2.4.3",
"sqlite3": "~3.1.8"
2015-09-14 12:20:08 -04:00
}
}