-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 794 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 794 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
{
"name": "quakemap",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node server.js",
"test": "node --version"
},
"dependencies": {
"angular": "^1.5.5",
"angular-google-maps": "^2.3.3",
"angular-material": "^1.1.0-rc4-master-06e7e99",
"angular-simple-logger": "^0.1.7",
"angularjs-geolocation": "^0.1.3",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "^2.4.1",
"express": "~4.13.1",
"iconv-lite": "^0.4.13",
"inherits": "^2.0.1",
"jade": "~1.11.0",
"lodash": "^4.12.0",
"media-typer": "^0.3.0",
"mime-types": "^2.1.11",
"morgan": "~1.6.1",
"node-rest-client": "^1.8.0",
"serve-favicon": "~2.3.0",
"statuses": "^1.3.0",
"unpipe": "^1.0.0"
}
}