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

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