Skip to content

Instantly share code, notes, and snippets.

@peb7268
Created April 17, 2013 17:23
Show Gist options
  • Save peb7268/5406143 to your computer and use it in GitHub Desktop.
Save peb7268/5406143 to your computer and use it in GitHub Desktop.
grunt: package.json
{
"name": "my-project-name",
"version": "0.1.0",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment