grunt-budo
Version:
A grunt task for budo.
44 lines (43 loc) • 867 B
JSON
{
"name": "grunt-budo",
"description": "A grunt task for budo.",
"version": "0.1.1",
"homepage": "https://github.com/blturner/grunt-budo",
"author": {
"name": "Benjamin Turner",
"email": "benturn@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/blturner/grunt-budo.git"
},
"bugs": {
"url": "https://github.com/blturner/grunt-budo/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/blturner/grunt-budo/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt": "~0.4.5"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"keywords": [
"browserify",
"budo",
"gruntplugin"
],
"dependencies": {
"budo": "^4.0.0",
"garnish": "^2.1.3",
"through": "^2.3.7",
"xtend": "^4.0.0"
}
}