Skip to content

Instantly share code, notes, and snippets.

@softwarespot
Last active September 13, 2015 17:06
Show Gist options
  • Save softwarespot/364112b5b3d0572e2a33 to your computer and use it in GitHub Desktop.
Save softwarespot/364112b5b3d0572e2a33 to your computer and use it in GitHub Desktop.
Package.json configuration with gulp dependencies
{
"name" : "",
"version" : "",
"license": "MIT",
"repository": "",
"devDependencies": {
"del": "~1.2.1",
"gulp": "~3.9.0",
"gulp-babel": "^5.2.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "~1.11.2",
"gulp-rename": "~1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "~1.2.0",
"jshint-stylish": "^2.0.1",
"merge2": "^0.3.6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment