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.
59 lines
1.9 KiB
59 lines
1.9 KiB
{
|
|
"name": "docpad-plugin-eco",
|
|
"version": "2.0.2",
|
|
"description": "Adds support for the Eco templating engine to DocPad.",
|
|
"homepage": "http://docpad.org/plugin/eco",
|
|
"keywords": [
|
|
"docpad",
|
|
"docpad-plugin",
|
|
"eco",
|
|
"templating",
|
|
"templates",
|
|
"render",
|
|
"rendering"
|
|
],
|
|
"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": {
|
|
"eco": "~1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"coffee-script": "~1.4.0"
|
|
},
|
|
"main": "./out/eco.plugin.js",
|
|
"scripts": {
|
|
"test": "node ./out/eco.test.js"
|
|
},
|
|
"readme": "# ECO Plugin for DocPad\nAdds support for the [ECO](https://github.com/sstephenson/eco/) (embedded CoffeeScript templates) templating engine to [DocPad](https://docpad.org)\n\nConvention: `.anything.eco`\n\n\n## Install\n\n```\nnpm install --save docpad-plugin-eco\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-eco@2.0.2",
|
|
"_from": "docpad-plugin-eco@2.x"
|
|
}
|