Skip to content

Instantly share code, notes, and snippets.

@mparke
Created November 20, 2014 04:24
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 mparke/1cb43a5cac3c02503dfd to your computer and use it in GitHub Desktop.
Save mparke/1cb43a5cac3c02503dfd to your computer and use it in GitHub Desktop.
Example package.json
{
"name": "modulejs",
"version": "0.0.1",
"description": "A new module",
"license": "MIT",
"private": true,
"authors": [
"mparke"
],
"devDependencies": {
"gulp": "3.8.10",
"gulp-concat": "2.4.1",
"gulp-uglify": "1.0.1",
"gulp-header": "1.2.2",
"gulp-rename": "1.2.0",
"gulp-bump": "0.1.11",
"gulp-git": "0.5.3",
"del": "0.1.3",
"run-sequence": "1.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment