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

  1. {
  2. "name": "docpad-plugin-eco",
  3. "version": "2.0.2",
  4. "description": "Adds support for the Eco templating engine to DocPad.",
  5. "homepage": "http://docpad.org/plugin/eco",
  6. "keywords": [
  7. "docpad",
  8. "docpad-plugin",
  9. "eco",
  10. "templating",
  11. "templates",
  12. "render",
  13. "rendering"
  14. ],
  15. "author": {
  16. "name": "Bevry Pty Ltd",
  17. "email": "us@bevry.me",
  18. "url": "http://bevry.me"
  19. },
  20. "maintainers": [
  21. {
  22. "name": "Benjamin Lupton",
  23. "email": "b@lupton.cc",
  24. "url": "https://github.com/balupton"
  25. }
  26. ],
  27. "contributors": [
  28. {
  29. "name": "Benjamin Lupton",
  30. "email": "b@lupton.cc",
  31. "url": "https://github.com/balupton"
  32. }
  33. ],
  34. "bugs": {
  35. "url": "https://github.com/bevry/docpad-extras/issues"
  36. },
  37. "repository": {
  38. "type": "git",
  39. "url": "http://github.com/bevry/docpad-extras.git"
  40. },
  41. "engines": {
  42. "node": ">=0.4",
  43. "docpad": "6.x"
  44. },
  45. "dependencies": {
  46. "eco": "~1.1.0"
  47. },
  48. "devDependencies": {
  49. "coffee-script": "~1.4.0"
  50. },
  51. "main": "./out/eco.plugin.js",
  52. "scripts": {
  53. "test": "node ./out/eco.test.js"
  54. },
  55. "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 &copy; 2012 [Bevry Pty Ltd](http://bevry.me)\n<br/>Copyright &copy; 2011 [Benjamin Lupton](http://balupton.com)",
  56. "readmeFilename": "README.md",
  57. "_id": "docpad-plugin-eco@2.0.2",
  58. "_from": "docpad-plugin-eco@2.x"
  59. }