Skip to content

Instantly share code, notes, and snippets.

@hrkd
Created April 29, 2013 09:44
Show Gist options
  • Save hrkd/5480673 to your computer and use it in GitHub Desktop.
Save hrkd/5480673 to your computer and use it in GitHub Desktop.
とりあえず動くver.
{
"name": "htdocs",
"version": "0.0.0",
"description": "ERROR: No README.md file found!",
"main": "index.js",
"dependencies": {
"grunt": "~0.4.1"
},
"devDependencies": {
"grunt": "*",
"grunt-sass":"*",
"grunt-compass":"*",
"grunt-regarde":"*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-livereload": "*",
"grunt-contrib-connect":"*",
"grunt-contrib-jshint": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "",
"author": "hrkd",
"license": "BSD"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment