forked from wangbingqian110/openlayers_echart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 757 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 757 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
34
35
{
"name": "openlayers_echart",
"version": "1.1.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack",
"build": "babel src/openlayers.echart.js -o dist/JS/openlayers_echart.es5.js"
},
"keywords": [
"openlayers",
"echarts",
"openlayers3",
"echarts3",
"openlayers4",
"openlayers5",
"ol",
"openlayers3 echarts3",
"openlayers4 echarts3",
"openlayers5 echarts3"
],
"author": "",
"license": "ISC",
"dependencies": {
"echarts": "^4.1.0",
"ol": "^5.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.8"
}
}