-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1016 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
{
"name": "canvassmate-geocoding-service",
"license": "MIT",
"version": "0.0.1",
"author": "Matias Pequeno <[email protected]>",
"description": "Geocoding Web Service for Canvassmate",
"homepage": "http://www.canvassmate.com",
"main": "app.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_PATH=$NODE_PATH:./app nodemon --harmony ./bin/www"
},
"repository": {
"type": "git",
"url": "git://github.com/canvassmate/geocoding-service.git"
},
"bugs": {
"url": "https://github.com/canvassmate/geocoding-service/issues"
},
"dependencies": {
"body-parser": "1.0.x",
"bytes": "1.0.x",
"coffee-script": "1.7.x",
"cookie-parser": "1.0.x",
"debug": "1.0.x",
"express": "4.7.x",
"jade": "1.3.x",
"log4js": "0.6.x",
"moment": "2.8.x",
"morgan": "1.0.x",
"serve-favicon": "2.0.x",
"stack-trace": "0.0.9"
},
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
}
}