-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
31 lines (31 loc) · 791 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
{
"name": "mapbox-layer-control",
"version": "0.1.0",
"description": "A simple Mapbox GL JS layer control with filter capabilities and lazy loading of geojson sources.",
"main": "layerControlGrouped.js",
"directories": {
"example": "example",
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reyemtm/mapbox-layer-control.git"
},
"keywords": [
"mapbox",
"webmaps",
"gis"
],
"author": "Malcolm Meyer",
"license": "MIT",
"bugs": {
"url": "https://github.com/reyemtm/mapbox-layer-control/issues"
},
"homepage": "https://github.com/reyemtm/mapbox-layer-control#readme",
"devDependencies": {
"date-format": "^3.0.0"
}
}