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.

73 lines
2.5 KiB

  1. {
  2. "name": "docpad-plugin-ghpages",
  3. "version": "2.0.2",
  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.0.2"
  64. },
  65. "devDependencies": {
  66. "coffee-script": "~1.6.2"
  67. },
  68. "main": "./out/ghpages.plugin.js",
  69. "readme": "# [GitHub Pages](http://pages.github.com/) Deployer Plugin for [DocPad](http://docpad.org)\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\nYou can discover the history inside the `History.md` file\n\n\n## Contributors\n- [Benjamin Lupton](http://github.com/balupton)\n- [Avi Deitcher](http://github.com/deitch)\n- [Sergey Lukin](http://github.com/sergeylukin)\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)\n",
  70. "readmeFilename": "README.md",
  71. "_id": "docpad-plugin-ghpages@2.0.2",
  72. "_from": "docpad-plugin-ghpages@~2.0.2"
  73. }