forked from Turbo87/sidebar-v2
-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.json
44 lines (44 loc) · 1.1 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
42
43
44
{
"name": "leaflet-sidebar-v2",
"version": "3.2.3",
"description": "A responsive sidebar just for Leaflet",
"keywords": [
"gis",
"leaflet",
"control",
"map"
],
"main": "js/leaflet-sidebar.js",
"style": "css/leaflet-sidebar.css",
"homepage": "https://github.com/nickpeihl/leaflet-sidebar-v2",
"bugs": "https://github.com/nickpeihl/leaflet-sidebar-v2/issues",
"license": "MIT",
"author": "Norwin Roosen <[email protected]>",
"contributors": [
"Tobias Bieniek <[email protected]>",
"Nick Peihl <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/nickpeihl/leaflet-sidebar-v2.git"
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-csslint": "^1.0.1",
"gulp-jshint": "^2.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.1",
"gulp-zip": "^5.0.0",
"jshint": "^2.9.6"
},
"scripts": {
"test": "gulp lint",
"lint": "gulp lint",
"minify": "gulp minify",
"zip": "gulp zip",
"watch": "gulp watch"
},
"types": "index.d.ts"
}