-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 978 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": "hcc-iot",
"version": "0.8.0",
"description": "HC旗舰大会IoT展示项目",
"main": "server.js",
"script": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./server"
},
"keywords": [
"MongoDB",
"Express",
"AngularJS",
"Node.js"
],
"anthor": "Fu Wei",
"license": "MIT",
"dependencies": {
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.1",
"express": "^4.14.0",
"express-partials": "^0.3.0",
"express-session": "^1.14.0",
"method-override": "^2.3.6",
"mongoose": "^4.5.7",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"socket.io": "^1.4.8",
"socket.io-client": "^1.4.8",
"websocket": "^1.0.23"
},
"devDependencies": {
"should": "^11.1.0",
"should-http": "^0.0.4",
"supertest": "^2.0.0"
}
}