forked from stamen/ecoengine
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.17 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": "ecoengine",
"version": "0.0.0",
"description": "Stamen built a rich prototype search interface to explore the Berkeley Ecoengine API",
"main": "index.js",
"scripts": {
"build": "gulp",
"postinstall": "bower install",
"start": "gulp && gulp watch"
},
"repository": {
"type": "git",
"url": "git://github.com/stamen/ecoengine"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/stamen/ecoengine/issues"
},
"homepage": "https://github.com/stamen/ecoengine",
"dependencies": {
"gulp-watch": "~3.0.0",
"gulp": "~3.8.10",
"gulp-rename": "~1.2.0",
"gulp-compile-handlebars": "~0.4.4",
"gulp-jshint": "~1.9.0",
"gulp-uglify": "~1.0.2",
"gulp-webserver": "~0.9.0",
"jshint-stylish": "~1.0.0",
"gulp-run": "~1.6.6",
"gulp-sourcemaps": "~1.3.0",
"gulp-copy": "0.0.2",
"bower": "~1.3.12",
"bower-requirejs": "~1.1.2",
"gulp-hb": "~1.0.1",
"gulp-replace": "~0.5.0",
"gulp-autopolyfiller": "~1.2.0",
"gulp-concat": "~2.4.3",
"samesies": "0.0.0",
"gulp-env": "~0.2.0",
"main-bower-files": "~2.5.0",
"wrap": "~0.1.2",
"escape-string-regexp": "~1.0.2"
}
}