-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (46 loc) · 966 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
43
44
45
46
47
48
49
{
"name": "osmapp",
"version": "1.0.0",
"description": "OpenStreetMap Application",
"keywords": [
"OpenStreetMap",
"Node.js",
"application",
"openshift"
],
"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",
"engines": {
"node": ">= 0.6.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"express": "^4.3.1",
"jade": "^1.3.1",
"morgan": "^1.1.1",
"errorhandler": "^1.0.1",
"pg-query": "^0.10.0",
"pg": "^3.4.0",
"serve-favicon": "^2.1.7",
"async": "^0.9.0"
},
"devDependencies": {},
"bundleDependencies": [],
"private": true,
"main": "server.js",
"scripts": {
"start": "node server.js"
}
}