-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
66 lines (66 loc) · 1.57 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "odn-backend",
"description": "Open Data Network API",
"private": true,
"dependencies": {
"async": "^2.1.4",
"chai-as-promised": "5.3.0",
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"commander": "^2.9.0",
"compression": "1.7.4",
"cors": "2.7.1",
"crypto": "0.0.3",
"deepmerge": "^1.3.0",
"express": "4.17.1",
"geojson-merge": "0.1.0",
"js-yaml": "^3.13.1",
"lodash": "4.17.15",
"memjs": "1.2.2",
"numeral": "1.5.3",
"querystring": "0.2.0",
"request-promise": "3.0.0",
"socket.io": "2.3.0",
"socket.io-client": "2.3.0",
"strftime": "^0.9.2",
"superagent": "^3.2.1",
"sync-request": "^3.0.1",
"tmp": "0.0.31",
"winston": "2.2.0"
},
"engines": {
"node": "13.2.0"
},
"version": "1.0.0",
"main": "app.js",
"devDependencies": {
"chai-sorted": "0.1.0",
"chakram": "1.3.0",
"clear": "0.0.1",
"codeclimate-test-reporter": "0.5.1",
"csv": "5.3.0",
"fast-csv": "2.0.1",
"fs-promise": "0.5.0",
"jshint": "2.10.3",
"mkdirp": "0.5.1",
"mocha": "6.2.2",
"mocha-parallel-tests": "0.5.3",
"nodemon": "2.0.0",
"ogr2ogr": "1.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/socrata/odn-backend.com.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/socrata/odn-backend/issues"
},
"homepage": "https://github.com/socrata/odn-backend.com#readme",
"scripts": {
"test": "mocha-parallel-tests test --timeout 30000",
"lint": "jshint .",
"server": "nodemon"
}
}