-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·28 lines (28 loc) · 907 Bytes
/
package.json
File metadata and controls
executable file
·28 lines (28 loc) · 907 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
{
"name": "simple-gulp-workflow",
"version": "1.2.0",
"description": "Gulp Package file, install with 'npm install'. Use Sass, Sourcemaps, Minify CSS Output Uglify, Imagemin with your project. Now with Gridzilla, just simple stuff, with a mobile-first flexbox grid for small projects or easily drop into any current project",
"main": "gulpfile.js",
"dependencies": {
"gridzilla": "^1.0.5",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-plumber": "",
"gulp-clean-css": "",
"pump": ""
},
"repository": {
"type": "git",
"url": "https://github.com/laurenclark/gulp-workflow.git"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Lauren Clark",
"license": "MIT"
}