-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 882 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 882 Bytes
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
{
"name": "ol.mapsuite",
"version": "1.0.0",
"description": "The project of StyleJson for Openlayers",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp build&lite-server -c lite-server-config.json"
},
"repository": {
"type": "git",
"url": "https://gitlab.thinkgeo.com/MapSuite/StyleJsonForOpenLayers.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/openlayers": "^4.3.12",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-typescript": "^4.0.0-alpha.1",
"run-sequence": "^2.2.1",
"ts-loader": "^3.2.0",
"tslint": "^5.9.1",
"typescript": "^2.6.2",
"webpack": "^3.10.0",
"webpack-stream": "^4.0.0"
},
"dependencies": {
"openlayers": "^4.6.4",
"lite-server": "^2.3.0"
}
}