-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1015 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
{
"name": "ahb-decision-support-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node index.js --dev",
"prod": "node index.js"
},
"author": "Justin Merz <[email protected]>",
"license": "ISC",
"dependencies": {
"adm-zip": "^0.4.7",
"async": "^1.5.2",
"csv-stringify": "^1.0.4",
"express": "^4.13.4",
"extend": "^3.0.0",
"farm-budgets-sdk": "0.0.9",
"kraken-js": "^2.1.0",
"leaflet-canvas-geojson": "0.0.6",
"md5": "^2.1.0",
"pg": "^4.5.5",
"pg-cursor": "^1.0.1",
"poly-next-core": "0.0.4",
"simplify-geometry": "0.0.2",
"socket.io": "^1.4.5",
"superagent": "^1.8.3",
"tokml": "^0.4.0"
},
"devDependencies": {
"csv-parse": "^1.0.2",
"grunt": "^0.4.5",
"grunt-config-dir": "^0.3.2",
"grunt-contrib-clean": "^1.0.0",
"grunt-copy-to": "0.0.10",
"grunt-vulcanize": "^1.0.0",
"parse-csv": "^0.1.0"
}
}