forked from imjakechapman/CraftCMS-Boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 767 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 767 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
{
"package_name": "CraftCMS Boilerplate",
"version": "1.0.0",
"private": true,
"description": "Gulp modules for an awesome front-end build tool",
"repository": {
"type": "git",
"url": "https://github.com/belief/CraftCMS-Boilerplate"
},
"dependencies": {
"gulp": "^3.6.0",
"gulp-autoprefixer": "0.0.7",
"gulp-clean": "^0.2.4",
"gulp-imagemin": "^0.2.0",
"gulp-jshint": "^1.5.3",
"gulp-livereload": "^1.2.0",
"gulp-minify-css": "^0.3.1",
"gulp-notify": "^1.2.5",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.1",
"gulp-concat": "^2.2.0",
"gulp-uglify": "^0.2.1",
"gulp-util": "^2.2.14",
"tiny-lr": "0.0.5",
"gulp-scsslint": "0.0.4",
"chalk": "^0.4.0",
"map-stream": "^0.1.0"
}
}