-
-
Notifications
You must be signed in to change notification settings - Fork 158
/
package.json
37 lines (37 loc) · 914 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
{
"name": "leaflet-sidebar",
"version": "0.2.4",
"description": "A responsive sidebar plugin for Leaflet",
"keywords": [
"gis",
"leaflet",
"map"
],
"homepage": "https://github.com/turbo87/leaflet-sidebar",
"bugs": "https://github.com/turbo87/leaflet-sidebar/issues",
"license": "MIT",
"author": "Tobias Bieniek <[email protected]>",
"main": "src/L.Control.Sidebar.js",
"repository": {
"type": "git",
"url": "https://github.com/turbo87/leaflet-sidebar.git"
},
"scripts": {
"test": "gulp lint"
},
"dependencies": {
},
"devDependencies": {
"gulp": "~3.6.0",
"gulp-clean": "~0.2.4",
"gulp-concat": "~2.1.7",
"gulp-csslint": "~0.1.3",
"gulp-header": "~0.4.0",
"gulp-jshint": "~1.3.4",
"gulp-minify-css": "~0.1.0",
"gulp-sass": "2.0.4",
"gulp-rename": "~0.2.2",
"gulp-uglify": "~0.1.0",
"gulp-zip": "~0.1.2"
}
}