Skip to content

Instantly share code, notes, and snippets.

@magnet88jp
Created June 11, 2015 09:05
Show Gist options
  • Select an option

  • Save magnet88jp/08839377910505263d48 to your computer and use it in GitHub Desktop.

Select an option

Save magnet88jp/08839377910505263d48 to your computer and use it in GitHub Desktop.
package.json for grunt
{
"name": "my-project-name",
"version": "0.1.0",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-concat": "~0.5.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment