Last active
August 29, 2015 14:13
-
-
Save PereiraM/b2dbd56e1b815a03c397 to your computer and use it in GitHub Desktop.
package.json for gulp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "ProjectName", | |
"version": "1.0.0", | |
"description": "Project description", | |
"main": "gulpfile.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "", | |
"license": "", | |
"devDependencies": { | |
"gulp": "^3.8.10", | |
"gulp-util": "^3.0.1", | |
"gulp-load-plugins": "^0.8.0", | |
"gulp-cache": "^0.2.4", | |
"gulp-clean": "^0.3.1", | |
"gulp-notify": "^2.1.0", | |
"gulp-rename": "^1.2.0", | |
"gulp-concat": "^2.4.3", | |
"gulp-jshint": "^1.9.0", | |
"gulp-autoprefixer": "^2.0.0", | |
"gulp-sass": "^1.2.4", | |
"gulp-minify-css": "^0.3.11", | |
"gulp-uncss": "^0.5.2", | |
"gulp-imagemin": "^2.1.0", | |
"gulp-uglify": "^1.0.2", | |
"livereload": "^0.3.4" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment