forked from walkermatt/ol-layerswitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1013 Bytes
/
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
{
"name": "ol3-layerswitcher",
"version": "1.0.1",
"description": "Layer switcher control for OpenLayers 3",
"repository": {
"type": "git",
"url": "https://github.com/walkermatt/ol3-layerswitcher.git"
},
"author": "Matt Walker (http://longwayaround.org.uk)",
"contributors": [
"Thomas Gratier <thomas_gratier@yahoo.fr>",
"Poul Kjeldager Sørensen <pks@s-innovations.net>",
"Micho García <micho.garcia@geomati.co>"
],
"keywords": [
"openlayers",
"layerswitcher",
"ol3"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/walkermatt/ol3-layerswitcher/issues"
},
"scripts": {
"doc": "node_modules/.bin/jsdoc --explain src/ol3-layerswitcher.js | node_modules/.bin/dirtydocs util/README.md > README.md"
},
"dependencies": {
"openlayers": "~3.3.0"
},
"devDependencies": {
"expect.js": "~0.3.1",
"jquery": "~1.11.1",
"lodash": "~2.4.1",
"mocha": "~1.20.1",
"jsdoc": "~3.3.0-beta1",
"dirtydocs": "0.0.1"
}
}