-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
55 lines (55 loc) · 1.46 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
{
"name": "calvin-network-app",
"version": "0.2.3",
"description": "CALVIN water network app",
"author": "jrmerz",
"main": "index.js",
"scripts": {
"init-tools": "sudo npm install -g bower",
"init-dev": "npm install && bower install",
"init-prod": "npm install --production",
"import": "node utils/import/regions/cmd.js",
"import-timeslice": "node utils/import/regions/cmd.js --timeslice",
"run-dev": "node server --dev",
"dev": "node server --dev",
"test": "grunt test",
"build": "grunt build",
"all": "npm run build && npm run test"
},
"bin": {
"cna": "bin/cna.bin.js"
},
"dependencies": {
"async": "^1.5.2",
"confit": "^2.0.4",
"construx": "^1.0.1",
"construx-copier": "^1.0.0",
"csv-generate": "^1.0.0",
"csv-parse": "^0.1.4",
"csv-stringify": "0.0.8",
"express": "^4.14.0",
"extend": "^3.0.0",
"findit": "^2.0.0",
"fs-extra": "^1.0.0",
"hobbes-network-format": "^2.0.0",
"kraken-js": "^1.0.6",
"md5": "^2.1.0",
"minimist": "^1.2.0",
"node-uuid": "^1.4.7",
"socket.io": "^1.4.8",
"sprintf": "^0.1.5",
"superagent": "^1.8.4",
"watch": "^0.16.0",
"xlsx": "^0.8.0"
},
"devDependencies": {
"babelify": "^7.3.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-copy-to": "0.0.10",
"grunt-vulcanize": "^1.0.0",
"heapdump": "^0.3.7",
"load-grunt-config": "^0.19.2"
}
}