forked from walkermatt/ol-layerswitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.23 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
{
"name": "ol-layerswitcher",
"version": "3.2.0",
"description": "Layer switcher control for OpenLayers",
"main": "dist/ol-layerswitcher.js",
"repository": {
"type": "git",
"url": "https://github.com/walkermatt/ol-layerswitcher.git"
},
"author": "Matt Walker (http://longwayaround.org.uk)",
"contributors": [
"Thomas Gratier <[email protected]>",
"Poul Kjeldager Sørensen <[email protected]>",
"Micho García <[email protected]>",
"olivierdalang <[email protected]>"
],
"keywords": [
"openlayers",
"layerswitcher",
"ol"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/walkermatt/ol-layerswitcher/issues"
},
"scripts": {
"build": "rollup --config rollup.config.js",
"doc": "documentation readme src/ol-layerswitcher.js --section=API"
},
"peerDependencies": {
"ol": ">=5.0.0"
},
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"documentation": "^5.3.5",
"expect.js": "~0.3.1",
"jquery": ">=3.0.0",
"mocha": "~1.20.1",
"rollup": "^0.41.4",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-node-resolve": "^2.0.0"
}
}