-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.38 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "sergii",
"version": "1.0.0",
"author": "MaliugaSergiy",
"description": "introduction to gulp",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/doctype-top/hello_gulp.git"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^7.3.0",
"browser-sync": "^2.18.8",
"browserify": "^14.3.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-babel-minify": "^0.1.12",
"gulp-cache": "^0.4.6",
"gulp-clean-css": "^3.0.4",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^2.2.0",
"gulp-connect": "^3.2.2",
"gulp-html-replace": "^1.5.5",
"gulp-htmlincluder": "^0.1.0",
"gulp-imagemin": "^3.2.0",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2",
"gulp-uncss": "^1.0.6",
"gulp.spritesmith": "^6.2.1",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"del": "^2.2.2",
"normalize.css": "^7.0.0",
"opn": "^4.0.2",
"raf": "^3.3.2"
},
"bugs": {
"url": "https://github.com/doctype-top/hello_gulp/issues"
},
"homepage": "https://github.com/doctype-top/hello_gulp#readme",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}