-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.96 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
67
68
{
"name": "argo-vis",
"version": "0.0.1",
"engines": {
"node": "8.4.0"
},
"private": true,
"scripts": {
"test": "export NODE_ENV=test && mocha",
"travis_test": "export NODE_ENV=test && export REMOTE_DB=true && mocha --exit",
"start": "export NODE_ENV=production && node ./bin/www",
"dockerstart": "export NODE_ENV=docker && node ./bin/www",
"devstart": "export NODE_ENV=development && nodemon ./bin/www",
"yamldevstart": "export NODE_ENV=development && nodemon ./bin/www --watch ./public/api-docs/swagger.yaml",
"jgstart": "export NODE_ENV=jg && nodemon ./bin/www"
},
"dependencies": {
"acorn-globals": "^4.3.0",
"alertifyjs": "^1.11.2",
"async": "^2.6.2",
"binary-extensions": "^1.13.0",
"body-parser": "^1.18.3",
"bootstrap": "^3.4.1",
"bootstrap-daterangepicker": "^2.1.30",
"bootstrap-table": "^1.14.2",
"compression": "^1.7.4",
"config": "^1.31.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"debug": "3.1.0",
"express": "^4.16.4",
"express-validator": "^4.3.0",
"file-saver": "^1.3.8",
"geojson-validation": "^0.1.6",
"graceful-fs": "^4.1.15",
"helmet": "^3.21.2",
"jquery-ui": "^1.12.1",
"js-yaml": "^3.14.0",
"leaflet": "^1.4.0",
"leaflet-draw": "^0.4.14",
"leaflet-easybutton": "^2.4.0",
"leaflet.coordinates": "^0.1.5",
"leaflet.heat": "^0.2.0",
"moment": "^2.24.0",
"mongoose": ">=5.7.5",
"morgan": ">=1.9.1",
"nouislider": "^10.1.0",
"opencollective": "^1.0.3",
"plotly": "^1.0.6",
"proj4": "^2.5.0",
"proj4leaflet": "^1.0.2",
"pug": "^2.0.3",
"pug-lexer": "^3.1.0",
"readdirp": "^2.2.1",
"requirejs": "^2.3.6",
"serve-favicon": "^2.5.0",
"swagger-ui-express": "^4.1.4",
"tableexport": "^4.0.11",
"undefsafe": "^2.0.2"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.2.1",
"mocha": "^5.2.0",
"nodemon": "^1.19.4",
"sinon": "^7.2.7"
}
}