You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

47 lines
1.9 KiB

{
"name": "grunt-docco",
"description": "Grunt Docco plugin.",
"version": "0.2.0",
"homepage": "https://github.com/DavidSouther/grunt-docco",
"author": {
"name": "David Souther",
"email": "davidsouther@gmail.com",
"url": "http://www.davidsouther.com"
},
"repository": {
"type": "git",
"url": "git://github.com/DavidSouther/grunt-docco.git"
},
"bugs": {
"url": "https://github.com/DavidSouther/grunt-docco/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/DavidSouther/grunt-docco/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt": "~0.4.0",
"docco": "~0.4.0",
"pygments": "~0.1.3"
},
"devDependencies": {
"rimraf": "~2.0.2",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-clean": "~0.4.0"
},
"keywords": [
"gruntplugin"
],
"readme": "# grunt-docco\n\nGrunt Docco plugin.\n\n## Getting Started\nInstall this grunt plugin next to your project's [grunt.js gruntfile][getting_started] with: `npm install grunt-docco`\n\nThen add this line to your project's `grunt.js` gruntfile:\n\n```javascript\ngrunt.loadNpmTasks('grunt-docco');\n```\n\n[grunt]: https://github.com/cowboy/grunt\n[getting_started]: https://github.com/cowboy/grunt/blob/master/docs/getting_started.md\n\n## Documentation\n```\ndocco: {\n debug: {\n src: ['test/**/*.js'],\n options: {\n output: 'docs/'\n }\n }\n}\n\n```\n\n## Contributing\nIn lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [grunt][grunt].\n\n## Release History\n_(Nothing yet)_\n\n## License\nCopyright (c) 2012 David Souther \nLicensed under the MIT license.\n",
"readmeFilename": "README.md",
"_id": "grunt-docco@0.2.0",
"_from": "grunt-docco@"
}