Skip to content

Instantly share code, notes, and snippets.

@cubaraphael
Created December 5, 2013 01:06
Show Gist options
  • Select an option

  • Save cubaraphael/7798508 to your computer and use it in GitHub Desktop.

Select an option

Save cubaraphael/7798508 to your computer and use it in GitHub Desktop.
My package.json
{
"name": "cartola",
"version": "0.0.1",
"description": "Projeto Cartola",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Raphael Cuba",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-jade": "~0.4.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-uglify": "~0.2.6",
"grunt-contrib-compass": "~0.6.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment