-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
63 lines (63 loc) · 1.66 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "cityenergy",
"version": "1.0.0",
"description": "City Energy",
"main": "gulpfile.js",
"scripts": {
"test": "jasmine",
"watch": "gulp watch",
"start": "gulp connect",
"clean": "rm -rf dist/",
"dev": "npm run clean && parallelshell 'npm run watch' 'npm run start'",
"copy-lib": "gulp copy-lib",
"dist": "npm run clean && gulp",
"deploy": "npm run dist && gulp deploy",
"postinstall": "npm run dist"
},
"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": "6.11.1"
},
"dependencies": {
"backbone": "^1.2.2",
"node-neat": "^1.7.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"del": "^1.2.0",
"eslint": "^5.9.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-json": "^1.2.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.6.1",
"gulp-eslint": "^4.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-jasmine": "^2.0.1",
"gulp-livereload": "^4.0.1",
"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.13.3",
"parallelshell": "^2.0.0",
"selenium-webdriver": "^2.46.1",
"serve": "^10.1.2"
}
}