grunt-ngdoc
Version:
grunt plugin for angularjs documentation
38 lines (37 loc) • 775 B
JSON
{
"name": "grunt-ngdoc",
"version": "0.1.3",
"description": "grunt plugin for angularjs documentation",
"main": "tasks",
"homepage": "https://github.com/bevacqua/grunt-ngdoc",
"author": {
"name": "Nicolas Bevacqua",
"email": "nicolasbevacqua@gmail.com",
"url": "http://www.ponyfoo.com"
},
"repository": {
"type": "git",
"url": "git://github.com/bevacqua/grunt-ngdoc.git"
},
"bugs": {
"url": "https://github.com/bevacqua/grunt-ngdoc/issues"
},
"keywords": [
"gruntplugin",
"angular",
"grunt",
"ngdoc",
"ngdocs",
"documention"
],
"license": "MIT",
"dependencies": {
"ultramarked": "0.5.4"
},
"peerDependencies": {
"grunt": "0.4.x"
},
"devDependencies": {
"grunt": "~0.4.1"
}
}