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

  1. {
  2. "name": "grunt-docco",
  3. "description": "Grunt Docco plugin.",
  4. "version": "0.2.0",
  5. "homepage": "https://github.com/DavidSouther/grunt-docco",
  6. "author": {
  7. "name": "David Souther",
  8. "email": "davidsouther@gmail.com",
  9. "url": "http://www.davidsouther.com"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git://github.com/DavidSouther/grunt-docco.git"
  14. },
  15. "bugs": {
  16. "url": "https://github.com/DavidSouther/grunt-docco/issues"
  17. },
  18. "licenses": [
  19. {
  20. "type": "MIT",
  21. "url": "https://github.com/DavidSouther/grunt-docco/blob/master/LICENSE-MIT"
  22. }
  23. ],
  24. "engines": {
  25. "node": "*"
  26. },
  27. "scripts": {
  28. "test": "grunt test"
  29. },
  30. "dependencies": {
  31. "grunt": "~0.4.0",
  32. "docco": "~0.4.0",
  33. "pygments": "~0.1.3"
  34. },
  35. "devDependencies": {
  36. "rimraf": "~2.0.2",
  37. "grunt-contrib-nodeunit": "~0.1.2",
  38. "grunt-contrib-clean": "~0.4.0"
  39. },
  40. "keywords": [
  41. "gruntplugin"
  42. ],
  43. "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",
  44. "readmeFilename": "README.md",
  45. "_id": "grunt-docco@0.2.0",
  46. "_from": "grunt-docco@"
  47. }