Skip to content

Instantly share code, notes, and snippets.

@awakekat
Created January 31, 2015 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save awakekat/8aadbbb9cdcce91f3519 to your computer and use it in GitHub Desktop.
Save awakekat/8aadbbb9cdcce91f3519 to your computer and use it in GitHub Desktop.
Package.json file
{
"name": "kwdev",
"version": "1.0.0",
"description": "Development",
"devDependencies": {
"connect": "^3.3.4",
"gulp": "^3.8.8",
"gulp-cache": "^0.2.4",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.4.2",
"gulp-concat-script": "^1.0.1",
"gulp-connect": "^2.2.0",
"gulp-cssmin": "^0.1.6",
"gulp-html2jade": "^1.1.0",
"gulp-imagemin": "^2.1.0",
"gulp-jade": "^0.11.0",
"gulp-jshint": "^1.9.0",
"gulp-livereload": "^3.6.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.2.4",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.2",
"gulp-watch": "^4.1.0",
},
"dependencies": {
"del": "^1.1.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment