Skip to content

Instantly share code, notes, and snippets.

@laozhu
Last active August 29, 2015 14:08
Show Gist options
  • Save laozhu/951ca4c138c2a42d8ae5 to your computer and use it in GitHub Desktop.
Save laozhu/951ca4c138c2a42d8ae5 to your computer and use it in GitHub Desktop.
package.json of gulp test project
{
"name": "gulp-test",
"version": "1.0.0",
"description": "gulp test project",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/laozhu/gulp-test"
},
"keywords": [
"gulp",
"bower"
],
"author": "Ritchie Zhu",
"license": "MIT",
"bugs": {
"url": "https://github.com/laozhu/gulp-test/issues"
},
"homepage": "https://github.com/laozhu/gulp-test",
"devDependencies": {
"del": "^0.1.3",
"gulp-autoprefixer": "^1.0.1",
"gulp-cache": "^0.2.4",
"gulp-coffee": "^2.2.0",
"gulp-concat": "^2.4.1",
"gulp-csslint": "^0.1.5",
"gulp-gzip": "0.0.8",
"gulp-imagemin": "^1.2.1",
"gulp-jshint": "^1.9.0",
"gulp-livereload": "^2.1.1",
"gulp-minify-css": "^0.3.11",
"gulp-notify": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1",
"gulp-watch": "^1.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment