Skip to content

Instantly share code, notes, and snippets.

@bwasilewski
Created December 8, 2013 21:13
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 bwasilewski/7863893 to your computer and use it in GitHub Desktop.
Save bwasilewski/7863893 to your computer and use it in GitHub Desktop.
An example package.json file for new Grunt projects. This is a supporting file for my presentation "A Better Workflow with Grunt".
{
"name": "example-project",
"version": "0.1.0",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-uglify": "~0.2.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment