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

{
"name": "docpad-plugin-marked",
"version": "2.1.1",
"description": "Markdown rendering for DocPad, using Marked",
"homepage": "http://docpad.org/plugin/marked",
"keywords": [
"docpad",
"docpad-plugin",
"markup",
"markdown"
],
"author": {
"name": "Bevry Pty Ltd",
"email": "us@bevry.me",
"url": "http://bevry.me"
},
"maintainers": [
{
"name": "Benjamin Lupton",
"email": "b@lupton.cc",
"url": "https://github.com/balupton"
}
],
"contributors": [
{
"name": "Benjamin Lupton",
"email": "b@lupton.cc",
"url": "https://github.com/balupton"
},
{
"name": "Chase Colman",
"email": "chase@infinityatlas.com",
"url": "https://github.com/chase"
}
],
"bugs": {
"url": "https://github.com/docpad/docpad-plugin-marked/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/docpad/docpad-plugin-marked.git"
},
"engines": {
"node": ">=0.4",
"docpad": "6.x"
},
"dependencies": {
"marked": "~0.2.8"
},
"devDependencies": {
"coffee-script": "~1.4.0"
},
"main": "./out/marked.plugin.js",
"scripts": {
"test": "node ./out/marked.test.js"
},
"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)",
"readmeFilename": "README.md",
"_id": "docpad-plugin-marked@2.1.1",
"_from": "docpad-plugin-marked@2.x"
}