-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 850 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 850 Bytes
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
{
"name": "Coderiver-Project",
"version": "0.2.0",
"description": "Riverco.de gulp template",
"author": "Coderiver <html@coderiver.com.ua>",
"repository": {
"type": "git",
"url": "https://github.com/coderiver/gulp"
},
"devDependencies": {
"autoprefixer": "~6.0.3",
"browser-sync": "~2.9.3",
"css-mqpacker": "^4.0.0",
"gulp": "~3.9.0",
"gulp-consolidate": "^0.1.2",
"gulp-copy": "0.0.2",
"gulp-iconfont": "^5.0.0",
"gulp-include": "^2.0.3",
"gulp-jade": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "~6.0.0",
"gulp-ruby-sass": "~2.0.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.5.3",
"gulp.spritesmith": "^4.1.0",
"lodash": "^3.10.1",
"postcss-svg": "^1.0.4",
"require-dir": "^0.3.0",
"rimraf": "^2.4.3"
}
}