-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1011 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1011 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
36
37
38
39
40
41
42
{
"name": "car-monitor",
"version": "1.0.0",
"description": "server for receiving JSON updates",
"main": "server.js",
"engines": {
"node": "6.1"
},
"dependencies": {
"asyncawait": "^1.0.3",
"bluebird": "^3.3.5",
"body-parser": "^1.15.0",
"express": "^4.13.4",
"express-session": "^1.13.0",
"geojson-utils": "^1.1.0",
"grunt": "^1.0.1",
"moment": "^2.12.0",
"mongodb": "^2.1.18",
"morgan": "^1.7.0",
"nodemailer": "^2.4.2",
"q": "^1.4.1",
"request-promise": "^3.0.0",
"underscore": "^1.8.3"
},
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cparker/car-monitor.git"
},
"author": "cp@cjparker.us",
"license": "MIT",
"bugs": {
"url": "https://github.com/cparker/car-monitor/issues"
},
"homepage": "https://github.com/cparker/car-monitor#readme"
}