-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 802 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 802 Bytes
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
{
"name": "CommentViewer",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"main": "./app.js",
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0",
"cheerio": "^0.20.0",
"electron-packager": "^7.0.1",
"electron-prebuilt": "^0.37.7",
"pug": "^2.0.0-alpha6",
"pug-cli": "^1.0.0-alpha1",
"request": "^2.72.0"
},
"devDependencies": {
"async": "^2.0.0-rc.4",
"cookie-parser": "^1.3.5",
"electron-debug": "^0.7.0",
"helmet": "^2.1.0",
"http": "0.0.0",
"https": "^1.0.0",
"socket.io": "^1.4.6",
"validator": "^5.4.0",
"vue": "^1.0.24",
"xml2js": "^0.4.16"
}
}