forked from brandboat/Routing-On-OSM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 768 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
{
"name": "node-pgrouting",
"version": "1.0.0",
"description": "OpenStreetMap pgRouting API with Client",
"keywords": [
"OpenStreetMap",
"pgRouting"
],
"author": {
"name": "brandboat",
"email": "[email protected]",
"github": "https://github.com/brandboat"
},
"homepage": "http://osmapp-brandboat.rhcloud.com/",
"repository": {
"type": "git",
"url": "https://github.com/brandboat/osmapp"
},
"scripts": {
"start": "node server.js"
},
"main": "server.js",
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.16.0",
"errorhandler": "^1.0.1",
"express": "^4.3.1",
"morgan": "^1.7.0",
"pg": "^6.1.2",
"pug": "^2.0.0-beta10",
"serve-favicon": "^2.1.7"
},
"private": true
}