forked from ngageoint/mage-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.31 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "MAGE",
"version": "4.5.2",
"description": "Geospatial situation awareness application",
"keywords": [
"NGA",
"MAGE"
],
"author": {
"name": "NGA"
},
"contributors": {
"name": "Billy Newman",
"email": "[email protected]"
},
"homepage": "https://www1.nga.mil",
"engines": {
"node": ">= 0.8.0",
"npm": ">= 2.0.0"
},
"dependencies": {
"adm-zip": "0.4.7",
"archiver": "0.14.3",
"async": "0.2.x",
"body-parser": "1.2.x",
"bower": "1.3.12",
"cfenv": "1.0.3",
"dbf": "0.1.0",
"environment": "file:environment",
"express": "4.10.6",
"fs-extra": "0.11.x",
"geojson-validation": "^0.1.6",
"gm": "1.17.x",
"pug": "2.0.0-beta11",
"json2csv": "2.2.1",
"json2csv-stream": "0.1.2",
"jszip": "2.5.0",
"method-override": "1.0.x",
"moment": "2.12.0",
"mongodb-migrations": "0.8.3",
"mongoose": "4.11.6",
"multer": "0.1.x",
"passport": "0.1.x",
"passport-anonymous": "1.0.1",
"passport-google-oauth": "0.2.0",
"passport-http-bearer": "0.2.x",
"passport-local": "1.0.0",
"request": "2.51.x",
"shp-write": "^0.2.5",
"terraformer": "1.0.4",
"terraformer-arcgis-parser": "1.0.4",
"@mapbox/togeojson": "0.16.0",
"walk": "2.3.4",
"winston": "1.0.1",
"xmldom": "0.1.22",
"xpath": "0.0.23"
},
"devDependencies": {
"assert": "1.3.0",
"chai": "3.3.0",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-cssmin": "0.12.2",
"grunt-contrib-uglify": "0.8.0",
"grunt-usemin": "3.0.0",
"http": "0.0.0",
"istanbul": "0.4.3",
"mocha": "2.3.3",
"mock-fs": "3.12.1",
"nock": "2.15.0",
"sinon": "1.17.1",
"sinon-chai": "2.8.0",
"sinon-mongoose": "1.2.1",
"superagent": "1.4.0",
"supertest": "1.1.0"
},
"scripts": {
"test": "mocha --reporter spec",
"coverage": "istanbul cover _mocha",
"build": "bower install --config.cwd=public --config.interactive=false && grunt build",
"prestart": "sh bin/prestart.sh",
"poststop": "sh bin/poststop.sh",
"migrate": "mm --config=migrations/mm-config.js",
"start": "node app.js"
},
"bundleDependencies": [],
"private": true,
"main": "app.js"
}