Files
bedrock/package.json
2013-08-10 22:08:05 -06:00

30 lines
688 B
JSON

{
"name": "roots",
"version": "6.4.0",
"author": "Ben Word <ben@benword.com>",
"homepage": "http://www.rootstheme.com",
"repository": {
"type": "git",
"url": "git://github.com/retlehs/roots.git"
},
"bugs": {
"url" : "https://github.com/retlehs/roots/issues"
},
"licenses": [{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}],
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-watch": "~0.2.0",
"grunt-recess": "~0.3.0",
"grunt-imageoptim": "~1.2.11"
}
}