Skip to content

Instantly share code, notes, and snippets.

@amster
Created March 30, 2014 01:10
Show Gist options
  • Save amster/9865704 to your computer and use it in GitHub Desktop.
Save amster/9865704 to your computer and use it in GitHub Desktop.
{
"name": "YourAppHere",
"version": "0.0.1",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.2"
},
"dependencies": {
"sass": "^0.5.0",
"grunt-sass": "^0.12.0",
"watch": "^0.9.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment