-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
54 lines (54 loc) · 1.39 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
{
"name": "calvin-network-tools",
"version": "3.0.7",
"description": "Command line tools for calvin-network-data and calvin-network-app. Includes prm tool for export PRI and DSS files",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"init": "npm install && node init.js"
},
"bin": {
"cnf": "bin/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ucd-cws/calvin-network-tools.git"
},
"keywords": [
"water",
"California",
"CALVIN",
"HOBBES",
"UC Davis",
"Center for Watershed Sciences",
"HEC-PRM"
],
"author": "UC Davis: Center for Watershed Sciences",
"license": "ISC",
"bugs": {
"url": "https://github.com/ucd-cws/calvin-network-tools/issues"
},
"homepage": "https://github.com/ucd-cws/calvin-network-tools#readme",
"dependencies": {
"adm-zip": "^0.4.7",
"async": "^1.4.2",
"cli-spinner": "^0.2.5",
"colors": "^1.1.2",
"commander": "^2.9.0",
"csv-parse": "^1.0.0",
"csv-stringify": "0.0.8",
"deep-diff": "^0.3.3",
"extend": "^3.0.0",
"graphviz": "0.0.8",
"hobbes-network-format": "^2.0.10",
"minimist": "^1.2.0",
"node-uuid": "^1.4.7",
"rimraf": "^2.4.3",
"sprintf-js": "^1.0.3",
"stream-transform": "^0.1.2",
"superagent": "^1.4.0",
"walk": "^2.3.9",
"xlsx": "^0.8.0",
"yargs": "^6.6.0"
}
}