Files
sage/package.json
2013-05-01 18:03:48 -05:00

29 lines
653 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.4.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-watch": "~0.2.0",
"grunt-recess": "~0.3.0"
}
}