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.
60 lines
2.0 KiB
60 lines
2.0 KiB
{
|
|
"name": "docpad-plugin-html2coffee",
|
|
"version": "2.1.3",
|
|
"description": "Adds support for HTML to Coffee(Kup) compilation to DocPad",
|
|
"homepage": "http://docpad.org/plugin/html2coffee",
|
|
"keywords": [
|
|
"docpad",
|
|
"docpad-plugin",
|
|
"coffee",
|
|
"coffeekup",
|
|
"coffeecup",
|
|
"html2coffeecup",
|
|
"html2coffeekup",
|
|
"html2coffee"
|
|
],
|
|
"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"
|
|
}
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/bevry/docpad-extras/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/bevry/docpad-extras.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4",
|
|
"docpad": "6.x"
|
|
},
|
|
"dependencies": {
|
|
"html2coffeekup": "~1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"coffee-script": "~1.4.0"
|
|
},
|
|
"main": "./out/html2coffee.plugin.js",
|
|
"scripts": {
|
|
"test": "node ./out/html2coffee.test.js"
|
|
},
|
|
"readme": "# HTML2Coffee Plugin for DocPad\nAdds support for HTML to [Coffee](http://coffeescript.org/)[(Kup)](http://coffeekup.org/) compilation to [DocPad](https://docpad.org)\n\nConvention: `.coffee.html`\n\n\n## Install\n\n```\nnpm install --save docpad-plugin-html2coffee\n```\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 © 2012 [Bevry Pty Ltd](http://bevry.me)\n<br/>Copyright © 2011 [Benjamin Lupton](http://balupton.com)",
|
|
"readmeFilename": "README.md",
|
|
"_id": "docpad-plugin-html2coffee@2.1.3",
|
|
"_from": "docpad-plugin-html2coffee@~2.1.3"
|
|
}
|