forked from TerriaJS/TerriaMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.33 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
{
"name": "terriajs-map",
"version": "0.0.1",
"description": "Geospatial catalog explorer based on TerriaJS",
"engines" : {
"node" : ">= 5.1.0",
"npm": ">= 3.0.0"
},
"repository": {
"type": "git",
"url": "http://github.com/TerriaJS/map"
},
"dependencies": {
"terriajs-server": "^2.1.0"
},
"devDependencies": {
"babel-eslint": "^6.0.2",
"eslint": "^2.7.0",
"generate-terriajs-schema": "^1.2.1",
"glob-all": "^3.0.1",
"gulp": "^3.9.1",
"gulp-jsoncombine": "^1.0.3",
"gulp-less": "^3.0.5",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"less": "^2.6.1",
"less-plugin-npm-import": "^2.1.0",
"node-notifier": "^4.5.0",
"raw-loader": "^0.5.1",
"semver": "^5.0.0",
"terriajs": "3.1.0",
"terriajs-catalog-editor": "^0.2.0",
"terriajs-cesium": "1.20.0",
"terriajs-schema": "latest",
"webpack": "^1.12.14"
},
"scripts": {
"start": "bash ./node_modules/terriajs-server/run_server.sh --config-file devserverconfig.json",
"stop": "bash ./node_modules/terriajs-server/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.'"
}
}