Skip to content

Instantly share code, notes, and snippets.

@Granze
Created November 26, 2013 17:51
Show Gist options
  • Save Granze/7662819 to your computer and use it in GitHub Desktop.
Save Granze/7662819 to your computer and use it in GitHub Desktop.
Basic package.json template
{
"name": "appName",
"version": "0.1.0",
"devDependencies": {
"grunt": "~0.4.2",
"load-grunt-tasks": "~0.2.0"
}
}
@edazpotato
Copy link

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment