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.

61 lines
2.4 KiB

  1. {
  2. "name": "docpad-plugin-marked",
  3. "version": "2.1.1",
  4. "description": "Markdown rendering for DocPad, using Marked",
  5. "homepage": "http://docpad.org/plugin/marked",
  6. "keywords": [
  7. "docpad",
  8. "docpad-plugin",
  9. "markup",
  10. "markdown"
  11. ],
  12. "author": {
  13. "name": "Bevry Pty Ltd",
  14. "email": "us@bevry.me",
  15. "url": "http://bevry.me"
  16. },
  17. "maintainers": [
  18. {
  19. "name": "Benjamin Lupton",
  20. "email": "b@lupton.cc",
  21. "url": "https://github.com/balupton"
  22. }
  23. ],
  24. "contributors": [
  25. {
  26. "name": "Benjamin Lupton",
  27. "email": "b@lupton.cc",
  28. "url": "https://github.com/balupton"
  29. },
  30. {
  31. "name": "Chase Colman",
  32. "email": "chase@infinityatlas.com",
  33. "url": "https://github.com/chase"
  34. }
  35. ],
  36. "bugs": {
  37. "url": "https://github.com/docpad/docpad-plugin-marked/issues"
  38. },
  39. "repository": {
  40. "type": "git",
  41. "url": "https://github.com/docpad/docpad-plugin-marked.git"
  42. },
  43. "engines": {
  44. "node": ">=0.4",
  45. "docpad": "6.x"
  46. },
  47. "dependencies": {
  48. "marked": "~0.2.8"
  49. },
  50. "devDependencies": {
  51. "coffee-script": "~1.4.0"
  52. },
  53. "main": "./out/marked.plugin.js",
  54. "scripts": {
  55. "test": "node ./out/marked.test.js"
  56. },
  57. "readme": "# Marked Plugin for DocPad\n[Markdown](http://daringfireball.net/projects/markdown/) rendering for [DocPad](https://docpad.org), using [Marked](https://github.com/chjj/marked)\n\nConvention: `.html.md|markdown`\n\n\n## Install\n\n```\nnpm install --save docpad-plugin-marked\n```\n\n\n## Configure\nFor information on customising your plugin configuration you can refer to the [DocPad FAQ](https://github.com/bevry/docpad/wiki/FAQ)\n\n### Marked Options\nYou can customise the [Marked](https://github.com/chjj/marked) [options](https://github.com/chjj/marked#options) by using the `markedOptions` object. By default we use:\n\n\tpedantic: false\n\tgfm: true\n\tsanitize: false\n\thighlight: null\n\n\n## History\nYou can discover the history inside the `History.md` file\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; 2012 [Bevry Pty Ltd](http://bevry.me)\n<br/>Copyright &copy; 2011 [Benjamin Lupton](http://balupton.com)",
  58. "readmeFilename": "README.md",
  59. "_id": "docpad-plugin-marked@2.1.1",
  60. "_from": "docpad-plugin-marked@2.x"
  61. }