forked from stamen/legend-layer-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 970 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
40
{
"name": "legend-layer-menu",
"version": "0.0.0",
"description": "Acts as a legend and controls for a map",
"scripts": {
"test": "mocha",
"start": "gulp && gulp watch"
},
"repository": {
"type": "git",
"url": "git://github.com/stamen/legend-layer-menu.git"
},
"keywords": [
"interface",
"client",
"server"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/stamen/legend-layer-menu/issues"
},
"homepage": "https://github.com/stamen/legend-layer-menu",
"dependencies": {
"gulp": "~3.8.10",
"gulp-watch": "~3.0.0",
"gulp-rename": "~1.2.0",
"gulp-copy": "0.0.2",
"gulp-jshint": "~1.9.0",
"gulp-uglify": "~1.0.2",
"gulp-sourcemaps": "~1.3.0",
"jshint-stylish": "~1.0.0",
"gulp-wrap-amd": "~0.4.0",
"assert": "~1.3.0",
"mocha": "~2.1.0",
"gulp-wrap-commonjs": "~0.1.13",
"gulp-wrap": "~0.9.0",
"gulp-run": "~1.6.6"
}
}