-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
{
"devDependencies": {
"auto-plug": "^1.2.0",
"babel-core": "^5.8.33",
"babel-eslint": "^4.1.3",
"bower": "^1.6.5",
"browser-sync": "^2.9.11",
"debowerify": "^1.3.1",
"del": "^2.0.2",
"eslint": "^1.8.0",
"fastclick": "^1.0.6",
"gulp": "^3.9.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-smoosher": "0.0.8",
"gulp-uglify": "^1.4.2",
"gulp-useref": "^2.0.1",
"gulp-util": "^3.0.7",
"igdeploy": "^0.1.0",
"nodemon": "^1.8.1",
"origami-build-tools": "github:financial-times/origami-build-tools#resolve-babel-runtime",
"run-sequence": "^1.1.4"
},
"engines": {
"node": ">=4 < 5",
"npm": ">=3 < 4"
},
"private": true,
"scripts": {
"build": "gulp build",
"postinstall": "bower install",
"start": "nodemon --watch gulpfile.babel.js --watch .scss-lint.yml --exec 'gulp clean && gulp serve'",
"deploy": "gulp deploy",
"test": "npm run build"
}
}