Skip to content

Instantly share code, notes, and snippets.

@skvggor
Created July 29, 2013 11:53
Show Gist options
  • Save skvggor/6103825 to your computer and use it in GitHub Desktop.
Save skvggor/6103825 to your computer and use it in GitHub Desktop.
My package.json
{
"name": "projectName",
"version": "0.1.0",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-jshint": "~0.6.1",
"grunt-yui-compressor": "~0.3.0",
"grunt-contrib-sass": "~0.4.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment