forked from ScanEx/Leaflet-IconLayers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 996 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
39
{
"name": "leaflet-iconlayers",
"version": "0.2.0",
"description": "Leaflet control that displays base layers as small icons.",
"main": "dist/iconLayers.js",
"style": "dist/iconLayers.css",
"directories": {
"example": "examples"
},
"scripts": {
"examples": "browserify -v examples/browserify.js > examples/browserify_bundle.js",
"prepublish": "gulp && npm run examples"
},
"repository": {
"type": "git",
"url": "https://github.com/ScanEx/Leaflet-IconLayers.git"
},
"keywords": [
"leaflet"
],
"author": {
"name": "Alexander Zverev",
"email": "[email protected]",
"url": "https://github.com/zverev"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ScanEx/Leaflet-IconLayers/issues"
},
"homepage": "https://github.com/ScanEx/Leaflet-IconLayers",
"dependencies": {
"leaflet": "^0.7.3"
},
"devDependencies": {
"browserify": "^12.0.1",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0"
}
}