-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.14 KB
/
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": "open311"
, "version": "0.0.1"
, "description": "A nodejs adapter to access NYC 311 SRs from Socrata, using the Open311 GeoReport v2 API."
, "dependencies": {
"express": "3.0.0beta4"
, "connect-assets": "2.1.x"
, "express-partials": ">= 0.0.5"
, "ejs": "*"
, "underscore": "*"
, "underscore.string": "*"
, "stylus": "*"
, "coffee-script": "*"
, "easyxml": "https://github.com/tenaciousflea/node-easyxml/tarball/master"
, "express": "~3.2.3"
, "swagger-jack": "1.6.0"
, "js-yaml": "*"
, "moment": "*"
, "request": "*"
, "event-stream": "*"
, "JSONStream": "*"
, "bootstrap-stylus": "*"
, "nib": "*"
}
, "devDependencies": {
"vows": "0.5.x"
, "mocha" : "*"
}
, "scripts": {
"start": "server.js"
, "test": "cake test"
}
, "engines": {
"node": "0.8.14"
, "npm": "1.1.x"
}
, "repository": {
"type": "git"
, "url": "git://github.com/technickle/open311georeport.git"
}
, "keywords": [
"opendata"
, "311"
, "nyc"
]
, "author": "Andrew Nicklin"
, "license": "MIT"
, "readmeFilename": "README.md"
}