forked from eu81273/gulp-step-by-step
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 921 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-step-by-step",
"version": "1.0.0",
"description": "gulp.js 를 시작하기 위한 간단한 예제들과 설명",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eu81273/gulp-step-by-step.git"
},
"author": "AHN JAE-HA",
"license": "MIT",
"bugs": {
"url": "https://github.com/eu81273/gulp-step-by-step/issues"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"gulp": "^3.9.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.0",
"merge-stream": "^1.0.0",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}