-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
34 lines (34 loc) · 926 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": {
"browser-sync": "^2.9.11",
"browserify": "^11.2.0",
"gulp": "^3.9.0",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-newer": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-remember": "^0.3.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}