Skip to content

Instantly share code, notes, and snippets.

@alexshive
Created November 19, 2013 01:13
Show Gist options
  • Select an option

  • Save alexshive/7538478 to your computer and use it in GitHub Desktop.

Select an option

Save alexshive/7538478 to your computer and use it in GitHub Desktop.
package.json boilerplate
{
"name": "PackageName",
"version": "0.1.0",
"devDependencies": {
"grunt": "latest",
"grunt-compass-multiple": "~0.2.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-uglify": "latest",
"grunt-contrib-compass": "latest"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment