-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.19 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
45
46
47
48
49
50
51
{
"name": "cityenergy",
"version": "1.0.0",
"description": "City Energy",
"main": "gulpfile.js",
"scripts": {
"test": "jasmine",
"watch": "gulp watch",
"start": "gulp connect",
"copy-lib": "gulp copy-lib",
"dist": "gulp",
"postinstall": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stamen/cityenergy.git"
},
"author": "",
"license": "",
"bugs": {
"url": "https://github.com/stamen/cityenergy/issues"
},
"homepage": "https://github.com/stamen/cityenergy#readme",
"engines": {
"node": "0.10.33"
},
"dependencies": {
"backbone": "^1.2.2",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-jasmine": "^2.0.1",
"gulp-jshint": "^1.11.2",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"jasmine": "^2.3.2",
"main-bower-files": "^2.9.0",
"node-neat": "^1.7.2",
"selenium-webdriver": "^2.46.1",
"serve": "^1.4.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"eslint": "^1.10.2"
}
}