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.

78 lines
3.6 KiB

  1. {
  2. "name": "docpad-plugin-ghpages",
  3. "version": "2.0.3",
  4. "description": "Deploy to Github Pages easily via `docpad deploy-ghpages`",
  5. "homepage": "http://docpad.org/plugin/ghpages",
  6. "keywords": [
  7. "docpad",
  8. "docpad-plugin",
  9. "docpad-deployer",
  10. "github",
  11. "github-pages",
  12. "ghpages"
  13. ],
  14. "author": {
  15. "name": "Bevry Pty Ltd",
  16. "email": "us@bevry.me",
  17. "url": "http://bevry.me"
  18. },
  19. "maintainers": [
  20. {
  21. "name": "Benjamin Lupton",
  22. "email": "b@lupton.cc",
  23. "url": "https://github.com/balupton"
  24. },
  25. {
  26. "name": "Avi Deitcher",
  27. "url": "https://github.com/deitch"
  28. },
  29. {
  30. "name": "Sergey Lukin",
  31. "email": "contact@sergeylukin.com",
  32. "url": "https://github.com/sergeylukin"
  33. }
  34. ],
  35. "contributors": [
  36. {
  37. "name": "Benjamin Lupton",
  38. "email": "b@lupton.cc",
  39. "url": "https://github.com/balupton"
  40. },
  41. {
  42. "name": "Avi Deitcher",
  43. "url": "https://github.com/deitch"
  44. },
  45. {
  46. "name": "Sergey Lukin",
  47. "email": "contact@sergeylukin.com",
  48. "url": "https://github.com/sergeylukin"
  49. }
  50. ],
  51. "bugs": {
  52. "url": "http://docpad.org/plugin/ghpages/issues"
  53. },
  54. "repository": {
  55. "type": "git",
  56. "url": "https://github.com/docpad/docpad-plugin-ghpages.git"
  57. },
  58. "engines": {
  59. "node": ">=0.4",
  60. "docpad": ">=6.24 <7"
  61. },
  62. "dependencies": {
  63. "bal-util": "~2.1.0"
  64. },
  65. "devDependencies": {
  66. "coffee-script": "~1.6.2",
  67. "docpad": ">=6.37 <7"
  68. },
  69. "main": "./out/ghpages.plugin.js",
  70. "readme": "# [GitHub Pages](http://pages.github.com/) Deployer Plugin for [DocPad](http://docpad.org)\n\n[![NPM version](https://badge.fury.io/js/docpad-plugin-ghpages.png)](https://npmjs.org/package/docpad-plugin-ghpages \"View this project on NPM\")\n[![Flattr donate button](https://raw.github.com/balupton/flattr-buttons/master/badge-89x18.gif)](http://flattr.com/thing/344188/balupton-on-Flattr \"Donate monthly to this project using Flattr\")\n[![PayPayl donate button](https://www.paypalobjects.com/en_AU/i/btn/btn_donate_SM.gif)](https://www.paypal.com/au/cgi-bin/webscr?cmd=_flow&SESSION=IHj3DG3oy_N9A9ZDIUnPksOi59v0i-EWDTunfmDrmU38Tuohg_xQTx0xcjq&dispatch=5885d80a13c0db1f8e263663d3faee8d14f86393d55a810282b64afed84968ec \"Donate once-off to this project using Paypal\")\n\nDeploy to Github Pages easily via `docpad deploy-ghpages`\n\n\n## Install\n\n```\nnpm install --save docpad-plugin-ghpages\n```\n\n\n## Usage\nRun `docpad deploy-ghpages` to deploy the contents of your out directory directly to your repo's `gh-pages` branch. No configuration or setup required.\n\n\n## History\n[You can discover the history inside the `History.md` file](https://github.com/bevry/docpad-plugin-ghpages/blob/master/History.md#files)\n\n\n## Contributing\n[You can discover the contributing instructions inside the `Contributing.md` file](https://github.com/bevry/docpad-plugin-ghpages/blob/master/Contributing.md#files)\n\n\n## License\nLicensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://creativecommons.org/licenses/MIT/)\n<br/>Copyright &copy; 2013+ [Bevry Pty Ltd](http://bevry.me) <us@bevry.me>\n\n\n## Contributors\n\n- [Benjamin Lupton](http://github.com/balupton)\n- [Avi Deitcher](http://github.com/deitch)\n- [Sergey Lukin](http://github.com/sergeylukin)\n",
  71. "readmeFilename": "README.md",
  72. "_id": "docpad-plugin-ghpages@2.0.3",
  73. "dist": {
  74. "shasum": "6f86b3c275ef3f9d6cc47a9357e1d07caf34415c"
  75. },
  76. "_from": "docpad-plugin-ghpages@~2.0.2",
  77. "_resolved": "https://registry.npmjs.org/docpad-plugin-ghpages/-/docpad-plugin-ghpages-2.0.3.tgz"
  78. }