Skip to content

Instantly share code, notes, and snippets.

@dmahipus
Created August 31, 2014 19:30
Show Gist options
  • Save dmahipus/e39d3e0082c779ca29d8 to your computer and use it in GitHub Desktop.
Save dmahipus/e39d3e0082c779ca29d8 to your computer and use it in GitHub Desktop.
Basic package.json for node with Grunt
{
"name": "Project_Name",
"version": "0.1.0",
"author": "Your Name",
"devDependencies": {
"grunt": "~0.4.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment