forked from TerriaJS/nationalmap
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.55 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
{
"name": "nationalmap",
"version": "0.0.6",
"description": "Geospatial visualization application for Australian government and open data.",
"repository": {
"type": "git",
"url": "http://github.com/NICTA/nationalmap"
},
"dependencies": {
"compression": "^1.4.3",
"connect": "^3.3.5",
"cors": "^2.6.0",
"express": "^4.12.3",
"formidable": "^1.0.17",
"javascript-natural-sort": "^0.7.1",
"leaflet": "^0.7.3",
"ogr2ogr": "^0.5.1",
"proj4": "^2.3.6",
"proj4js-defs": "^0.0.1",
"request": "^2.55.0",
"supervisor": "^0.6.0",
"terriajs": "1.0.43",
"terriajs-cesium": "1.11.1",
"yargs": "^3.8.0"
},
"devDependencies": {
"brfs": "^1.4.0",
"browserify": "^9.0.8",
"deamdify": "^0.1.1",
"exorcist": "^0.3.0",
"glob": "^5.0.5",
"glob-all": "^3.0.1",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-jasmine": "^2.0.1",
"gulp-jsdoc": "^0.1.4",
"gulp-jshint": "^1.10.0",
"gulp-jsoncombine": "^1.0.2",
"gulp-less": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.4",
"less": "^2.5.0",
"less-plugin-npm-import": "^2.0.0",
"spawn-sync": "^1.0.11",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0",
"watchify": "^3.2.0"
},
"browserify": {
"transform": [
"brfs"
]
},
"scripts": {
"start": "node_modules/.bin/supervisor server"
},
"engines": {
"node": "0.10.40"
}
}