-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1023 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": "Pauliceia-GeocodingAPI",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "supervisor ./bin/www",
"test": "mocha test",
"apidoc": "apidoc -i routes/doc -o public/apidoc",
"docker": "npm install && npm start"
},
"dependencies": {
"async": "^2.5.0",
"body-parser": "^1.18.2",
"chai": "^4.1.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"debug": "^2.6.9",
"express": "^4.16.2",
"geojson": "^0.5.0",
"geojson-stream": "0.0.1",
"jade": "^1.11.0",
"js-string-escape": "^1.0.1",
"js2xmlparser": "^3.0.0",
"jsonfile": "^4.0.0",
"limdu": "^0.9.4",
"mocha": "^3.5.3",
"morgan": "^1.9.0",
"pg": "^6.4.2",
"postgeo": "^0.1.2",
"request": "^2.85.0",
"request-promise": "^4.2.2",
"serialization": "^0.2.0",
"serve-favicon": "^2.4.5",
"shp-write": "^0.3.2",
"supertest": "^3.0.0",
"supervisor": "^0.12.0"
},
"devDependencies": {
"apidoc": "^0.17.6",
"mocha": "^3.5.3"
}
}