Skip to content

Instantly share code, notes, and snippets.

@srhise
Created January 30, 2014 00:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save srhise/8700634 to your computer and use it in GitHub Desktop.
Save srhise/8700634 to your computer and use it in GitHub Desktop.
Grunt package.json example
{
"name" : "MyTestProject",
"title" : "test",
"version" : "1.0.0",
"devDependencies": {
"grunt": "0.4.1",
"grunt-contrib-concat": "0.1.3",
"grunt-contrib-cssmin" : "0.6.1",
"grunt-contrib-watch" : "0.5.3",
"grunt-contrib-uglify" : "0.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment