-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.41 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.41 KB
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
53
54
55
56
57
{
"name": "slim-gulp",
"version": "0.1.0",
"description": "Starter kit for gulp",
"homepage": "https://github.com/labmonkey/slim-gulp",
"author": {
"name": "Paweł Derehajło",
"email": "derehajlo@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/labmonkey/slim-gulp.git"
},
"keywords": [
"gulp",
"scss",
"js",
"images"
],
"bugs": {
"url": "https://github.com/labmonkey/slim-gulp/issues"
},
"devDependencies": {
"browser-sync": "^2.10.0",
"contains-path": "^0.1.0",
"del": "^2.2.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^1.3.0",
"gulp-clean-css": "^2.0.5",
"gulp-concat": "^2.6.0",
"gulp-filter": "^4.0.0",
"gulp-flatten": "^0.3.0",
"gulp-imagemin": "^3.0.1",
"gulp-include": "^2.0.3",
"gulp-load-plugins": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sequence": "^0.4.5",
"gulp-shorthand": "^1.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg2png": "^2.0.0",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"imagemin-pngquant": "^5.0.0",
"imagemin-svgo": "^5.1.0",
"main-bower-files": "^2.13.1",
"path": "^0.12.7",
"require-dir": "^0.3.0",
"deep-extend": "^0.5.0",
"bower": "^1.8.0"
}
}