Files
sage/package.json
Jacob Williams cd8e902032 update grunt-contrib-clean to 0.5.x
Version 0.4.x doesn't seem to work with grunt 0.4.1
2013-07-16 16:01:43 -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.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"
}
}