Skip to content

Instantly share code, notes, and snippets.

@rydurham
Created January 11, 2015 00:27
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 rydurham/ee146ee5ad0d85ce2f6f to your computer and use it in GitHub Desktop.
Save rydurham/ee146ee5ad0d85ce2f6f to your computer and use it in GitHub Desktop.
Basic Package.json for Gulp
{
"name": "project-name",
"version": "1.0.0",
"description": "description",
"repository": {
"type": "git",
"url": ""
},
"author": "Ryan C. Durham",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-ignore": "^1.2.1",
"gulp-minify-css": "^0.3.11",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-util": "^3.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment