forked from TerriaJS/nationalmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.52 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
{
"name": "nationalmap",
"version": "0.1.0",
"description": "Geospatial visualization application for Australian government and open data.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "http://github.com/NICTA/nationalmap"
},
"dependencies": {
"terriajs": "2.0.0",
"terriajs-server": "^1.1.0",
"terriajs-cesium": "1.15.6"
},
"devDependencies": {
"brfs": "^1.4.0",
"browserify": "^9.0.8",
"deamdify": "^0.1.1",
"exorcist": "^0.3.0",
"generate-terriajs-schema": "^1.0.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-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",
"terriajs-catalog-editor": "^0.1.0",
"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": "bash ./run_server.sh",
"stop": "bash ./stop_server.sh",
"postinstall": "echo 'Installation with NPM successful. What to do next:\\n npm start # Starts the server on port 3001\\n gulp watch # Builds NationalMap and dependencies, and rebuilds if files change.'"
}
}