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
54 lines
2.0 KiB
{
|
|
"name": "docpad-plugin-coffeescript",
|
|
"version": "2.2.1",
|
|
"description": "Adds support for CoffeeScript to JavaScript compilation to DocPad",
|
|
"homepage": "http://docpad.org/plugin/coffeescript",
|
|
"keywords": [
|
|
"docpad",
|
|
"docpad-plugin",
|
|
"coffee",
|
|
"coffeescript",
|
|
"coffee-script"
|
|
],
|
|
"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": "http://docpad.org/plugin/coffeescript/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/docpad/docpad-plugin-coffeescript.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4",
|
|
"docpad": "6.x"
|
|
},
|
|
"dependencies": {
|
|
"coffee-script": "~1.6.2"
|
|
},
|
|
"main": "./out/coffeescript.plugin.js",
|
|
"scripts": {
|
|
"test": "node ./out/coffeescript.test.js"
|
|
},
|
|
"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 © 2012 [Bevry Pty Ltd](http://bevry.me)\n<br/>Copyright © 2011 [Benjamin Lupton](http://balupton.com)",
|
|
"readmeFilename": "README.md",
|
|
"_id": "docpad-plugin-coffeescript@2.2.1",
|
|
"_from": "docpad-plugin-coffeescript@2.x"
|
|
}
|