-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 937 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
{
"name": "gulp-babel-boilerplate",
"version": "0.0.1",
"description": "Simple gulp boilerplate for front-end development.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "tsuyoshiwada",
"license": "MIT",
"devDependencies": {
"babel-core": "^5.8.23",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.20",
"bower-webpack-plugin": "^0.1.8",
"browser-sync": "^2.9.1",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.9.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-data": "^1.2.0",
"gulp-jade": "^1.1.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.4.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"minimist": "^1.2.0",
"node-libs-browser": "^0.5.2",
"run-sequence": "^1.1.2",
"webpack": "^1.12.1"
}
}