-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 865 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": "test_project",
"version": "0.0.0",
"description": "gulp project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kotaro Hirayama",
"license": "BSD-2-Clause",
"devDependencies": {
"babel-core": "^4.7.16",
"babel-loader": "^4.2.0",
"browser-sync": "^2.4.0",
"coffee-script": "^1.9.1",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-cached": "^1.0.4",
"gulp-changed": "^1.2.1",
"gulp-imagemin": "^2.2.1",
"gulp-jade": "^1.0.0",
"gulp-notify": "^2.2.0",
"gulp-pleeease": "^1.2.0",
"gulp-plumber": "^1.0.0",
"gulp-sass": "^1.3.3",
"gulp-watch": "^4.2.0",
"gulp-webpack": "^1.3.0",
"jsx-loader": "^0.12.2",
"object-assign": "^2.0.0",
"react": "^0.13.1",
"sass-loader": "^1.0.0",
"webpack": "^1.7.3"
}
}