Skip to content

Instantly share code, notes, and snippets.

@mawatari
Created August 6, 2013 07:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mawatari/6162683 to your computer and use it in GitHub Desktop.
Save mawatari/6162683 to your computer and use it in GitHub Desktop.
{
"name": "my_project",
"version": "0.0.0",
"description": "",
"main": "Gruntfile.js",
"author": "Naoto Mawatari",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-compass": "~0.4.1",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-handlebars": "~0.5.10",
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment