plex-web-downloader/package.json

32 lines
622 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": {
2015-10-09 15:12:23 -04:00
"start": "nw ."
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": {
"basic-auth": "^1.0.3",
2015-09-14 12:20:08 -04:00
"body-parser": "~1.13.2",
"cluster": "~0.7.7",
2015-09-14 12:20:08 -04:00
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
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",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0",
"sqlite3": "~3"
2015-09-14 12:20:08 -04:00
}
}