Created
April 29, 2013 09:44
-
-
Save hrkd/5480673 to your computer and use it in GitHub Desktop.
とりあえず動くver.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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