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.

54 lines
2.0 KiB

  1. {
  2. "name": "docpad-plugin-coffeescript",
  3. "version": "2.2.1",
  4. "description": "Adds support for CoffeeScript to JavaScript compilation to DocPad",
  5. "homepage": "http://docpad.org/plugin/coffeescript",
  6. "keywords": [
  7. "docpad",
  8. "docpad-plugin",
  9. "coffee",
  10. "coffeescript",
  11. "coffee-script"
  12. ],
  13. "author": {
  14. "name": "Bevry Pty Ltd",
  15. "email": "us@bevry.me",
  16. "url": "http://bevry.me"
  17. },
  18. "maintainers": [
  19. {
  20. "name": "Benjamin Lupton",
  21. "email": "b@lupton.cc",
  22. "url": "https://github.com/balupton"
  23. }
  24. ],
  25. "contributors": [
  26. {
  27. "name": "Benjamin Lupton",
  28. "email": "b@lupton.cc",
  29. "url": "https://github.com/balupton"
  30. }
  31. ],
  32. "bugs": {
  33. "url": "http://docpad.org/plugin/coffeescript/issues"
  34. },
  35. "repository": {
  36. "type": "git",
  37. "url": "https://github.com/docpad/docpad-plugin-coffeescript.git"
  38. },
  39. "engines": {
  40. "node": ">=0.4",
  41. "docpad": "6.x"
  42. },
  43. "dependencies": {
  44. "coffee-script": "~1.6.2"
  45. },
  46. "main": "./out/coffeescript.plugin.js",
  47. "scripts": {
  48. "test": "node ./out/coffeescript.test.js"
  49. },
  50. "readme": "# CoffeeScript Plugin for DocPad\nAdds support for [CoffeeScript](http://coffeescript.org/) to JavaScript compilation to [DocPad](https://docpad.org)\n\nConvention: `.js.coffee|litcoffee`\n\n\n## Install\n\n```\nnpm install --save docpad-plugin-coffeescript\n```\n\n\n## Configure\nYou can customise the compiler optons sent to the CoffeeScript compiler via the plugin's `compileOptions` config option\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)",
  51. "readmeFilename": "README.md",
  52. "_id": "docpad-plugin-coffeescript@2.2.1",
  53. "_from": "docpad-plugin-coffeescript@2.x"
  54. }