Skip to content

Instantly share code, notes, and snippets.

@guillaumepiot
Last active December 16, 2015 02: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 guillaumepiot/5363418 to your computer and use it in GitHub Desktop.
Save guillaumepiot/5363418 to your computer and use it in GitHub Desktop.
Grunt default package.json
{
"name": "deploy",
"version": "0.0.1",
"devDependencies": {
"grunt": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-copy": "latest"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment