forked from easymountain-mhikes/Leaflet.GeojsonLayerSwitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1.08 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
{
"name": "leaflet-geojson-layer-switcher",
"version": "1.1.2",
"description": "Allows to navigate between GeoJSON layers, select some, and return selection.",
"main": "src/js/Leaflet.GeojsonLayerSwitcher.js",
"scripts": {
"start": "npx brunch watch",
"build": "npx brunch build -p",
"prepublish": "npx brunch build -p"
},
"repository": {
"type": "git",
"url": "https://github.com/EASYMOUNTAIN/Leaflet.GeojsonLayerSwitcher"
},
"keywords": [
"leaflet",
"geoJSON",
"layer",
"switcher",
"toggle",
"select"
],
"author": "Easy-Mountain",
"license": "MIT",
"bugs": {
"url": "https://github.com/EASYMOUNTAIN/Leaflet.GeojsonLayerSwitcher/issues"
},
"homepage": "https://github.com/EASYMOUNTAIN/Leaflet.GeojsonLayerSwitcher#readme",
"devDependencies": {
"babel-brunch": "^7.0.1",
"babel-preset-env": "^1.7.0",
"brunch": "^4.0.0",
"standard-version": "^9.5.0",
"uglify-js-brunch": "^2.10.0"
},
"peerDependencies": {
"font-awesome": "^4.7.0",
"leaflet": "^1.0.0",
"leaflet-dialog": "^1.0.5"
}
}