-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 902 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "electricomics-desktop-reader",
"version": "0.1.0",
"description": "Electricomics Desktop Reader",
"scripts": {
"start": "nw"
},
"author": "Ocasta Studios",
"devDependencies": {
"nw": "^0.12.3"
},
"engines": {
"nw.js": "0.12.3"
},
"dependencies": {
"archiver": "^0.16.0",
"checksum": "^0.1.1",
"connect-inject": "^0.4.0",
"decompress-zip": "^0.2.0",
"director": "^1.2.8",
"download": "^4.4.1",
"express": "^4.12.0",
"express-handlebars": "^2.0.1",
"fs-extra": "^0.26.2",
"is-online": "^5.0.1",
"junk": "^1.0.2",
"moment": "^2.10.6",
"osenv": "^0.1.3",
"q": "^1.4.1",
"request": "^2.67.0",
"underscore": "^1.8.3"
},
"main": "index.html",
"window": {
"width": 1024,
"height": 768,
"fullscreen": false,
"title": "Electricomics",
"toolbar": false
},
"private": true
}