-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 974 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": "trafficgod",
"version": "0.3.1",
"description": "Duration logger for key junctions along ORR ",
"main": "index.js",
"private": true,
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sathyamvellal/trafficgod.git"
},
"keywords": [
"traffic",
"maps"
],
"author": "Sathyam Vellal",
"license": "MIT",
"bugs": {
"url": "https://github.com/sathyamvellal/trafficgod/issues"
},
"homepage": "https://github.com/sathyamvellal/trafficgod#readme",
"dependencies": {
"async": "^1.5.0",
"body-parser": "~1.13.2",
"config": "^1.17.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"hbs": "~3.1.0",
"less-middleware": "1.0.x",
"milliseconds": "^1.0.3",
"mongoose": "^4.2.7",
"morgan": "~1.6.1",
"optimist": "^0.6.1",
"q": "^1.4.1",
"request": "^2.67.0",
"serve-favicon": "~2.3.0"
}
}