Skip to content

Instantly share code, notes, and snippets.

@a-am
Created November 3, 2015 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a-am/507138c779a133a404f7 to your computer and use it in GitHub Desktop.
Save a-am/507138c779a133a404f7 to your computer and use it in GitHub Desktop.
Package.json file for NPM components
{
"name": "gulp",
"version": "0.0.1",
"author": "Author Name",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-bower-mf": "^0.4.1",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.5.1",
"gulp-jsmin": "^0.1.5",
"gulp-load-plugins": ">=1.0.0-rc.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^0.2.1",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^1.0.0",
"gulp-debug": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment