-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 983 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
{
"name": "tracker",
"version": "0.0.0",
"private": true,
"scripts": {
"startDEV": "nodemon ./bin/www",
"start": "node ./bin/www",
"startPROD": "forever ./bin/www"
},
"dependencies": {
"express": "~4.10.6",
"body-parser": "~1.10.1",
"cookie-parser": "~1.3.3",
"morgan": "~1.5.1",
"serve-favicon": "~2.2.0",
"debug": "~2.1.1",
"socket.io": "^1.3.4",
"mongojs": "^0.18.1",
"config": "^1.10.0",
"emailjs": "~0.3.12",
"excel-export": "0.3.11",
"express-session": "*",
"forever": "^0.14.1",
"jade": "~1.9.0",
"jsondiffpatch": "*",
"lodash": "^3.1.0",
"log4js": "^0.6.22",
"moment": "^2.9.0",
"mongodb": "~2.0",
"multer": "~0.1.6",
"node-rest-client": "^1.4.4",
"node-schedule": "^0.1.15",
"npmlog": "^1.0.0",
"passport": "^0.2.1",
"phantom": "^0.7.2",
"sha1": "*",
"underscore.nest": "^0.1.1",
"xlsx-json": "*",
"node-geo-distance": "~1.2.0"
}
}