forked from Turbo87/sidebar-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 837 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
{
"name": "sidebar-v2",
"version": "0.3.0",
"description": "A responsive sidebar for mapping libraries like Leaflet or OpenLayers",
"keywords": [
"gis",
"leaflet",
"openlayers",
"map"
],
"homepage": "https://github.com/turbo87/sidebar-v2",
"bugs": "https://github.com/turbo87/sidebar-v2/issues",
"license": "MIT",
"author": "Tobias Bieniek <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/turbo87/sidebar-v2.git"
},
"devDependencies": {
"gulp": "~3.8.7",
"gulp-clean": "~0.3.1",
"gulp-concat": "~2.3.4",
"gulp-csslint": "~0.1.4",
"gulp-jshint": "~1.8.3",
"gulp-minify-css": "~0.3.7",
"gulp-rename": "~1.2.0",
"gulp-sass": "~0.7.2",
"gulp-uglify": "~0.3.1",
"gulp-zip": "~0.5.0",
"node-bourbon": "~1.2.3"
}
}