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.
73 lines
2.5 KiB
73 lines
2.5 KiB
{
|
|
"name": "docpad-plugin-ghpages",
|
|
"version": "2.0.2",
|
|
"description": "Deploy to Github Pages easily via `docpad deploy-ghpages`",
|
|
"homepage": "http://docpad.org/plugin/ghpages",
|
|
"keywords": [
|
|
"docpad",
|
|
"docpad-plugin",
|
|
"docpad-deployer",
|
|
"github",
|
|
"github-pages",
|
|
"ghpages"
|
|
],
|
|
"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"
|
|
},
|
|
{
|
|
"name": "Avi Deitcher",
|
|
"url": "https://github.com/deitch"
|
|
},
|
|
{
|
|
"name": "Sergey Lukin",
|
|
"email": "contact@sergeylukin.com",
|
|
"url": "https://github.com/sergeylukin"
|
|
}
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Benjamin Lupton",
|
|
"email": "b@lupton.cc",
|
|
"url": "https://github.com/balupton"
|
|
},
|
|
{
|
|
"name": "Avi Deitcher",
|
|
"url": "https://github.com/deitch"
|
|
},
|
|
{
|
|
"name": "Sergey Lukin",
|
|
"email": "contact@sergeylukin.com",
|
|
"url": "https://github.com/sergeylukin"
|
|
}
|
|
],
|
|
"bugs": {
|
|
"url": "http://docpad.org/plugin/ghpages/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/docpad/docpad-plugin-ghpages.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4",
|
|
"docpad": ">=6.24 <7"
|
|
},
|
|
"dependencies": {
|
|
"bal-util": "~2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"coffee-script": "~1.6.2"
|
|
},
|
|
"main": "./out/ghpages.plugin.js",
|
|
"readme": "# [GitHub Pages](http://pages.github.com/) Deployer Plugin for [DocPad](http://docpad.org)\nDeploy to Github Pages easily via `docpad deploy-ghpages`\n\n\n## Install\n\n```\nnpm install --save docpad-plugin-ghpages\n```\n\n\n## Usage\nRun `docpad deploy-ghpages` to deploy the contents of your out directory directly to your repo's `gh-pages` branch. No configuration or setup required.\n\n\n## History\nYou can discover the history inside the `History.md` file\n\n\n## Contributors\n- [Benjamin Lupton](http://github.com/balupton)\n- [Avi Deitcher](http://github.com/deitch)\n- [Sergey Lukin](http://github.com/sergeylukin)\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 © 2013+ [Bevry Pty Ltd](http://bevry.me)\n",
|
|
"readmeFilename": "README.md",
|
|
"_id": "docpad-plugin-ghpages@2.0.2",
|
|
"_from": "docpad-plugin-ghpages@~2.0.2"
|
|
}
|