-
Notifications
You must be signed in to change notification settings - Fork 9
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.3.7",
"browser-sync": "~2.13.0",
"css-mqpacker": "~5.0.1",
"gulp": "~3.9.1",
"gulp-consolidate": "~0.2.0",
"gulp-copy": "0.0.2",
"gulp-iconfont": "~8.0.1",
"gulp-include": "~2.3.0",
"gulp-notify": "~2.2.0",
"gulp-plumber": "~1.1.0",
"gulp-postcss": "~6.1.1",
"gulp-pug": "~3.0.3",
"gulp-ruby-sass": "~2.0.6",
"gulp-sourcemaps": "~1.6.0",
"gulp-uglify": "~1.5.4",
"gulp.spritesmith": "~6.2.1",
"lodash": "~4.13.1",
"postcss-svg": "~1.0.6",
"require-dir": "~0.3.0",
"rimraf": "~2.5.2"
}
}