docpad-plugin-sunny
Version:
DocPad plugin which adds the ability to output to Amazon S3, Google Storage or and other service supported by SunnyJS.
39 lines (38 loc) • 917 B
JSON
{
"name": "docpad-plugin-sunny",
"version": "2.1.0",
"description": "DocPad plugin which adds the ability to output to Amazon S3, Google Storage or and other service supported by SunnyJS.",
"homepage": "https://github.com/bobobo1618/docpad-plugin-sunny",
"keywords": [
"docpad",
"docpad-plugin",
"amazon",
"s3",
"sunny",
"google"
],
"author": "Lucas <bobobo1618@gmail.com>",
"maintainers": [
"Lucas <bobobo1618@gmail.com>"
],
"contributors": [
"Lucas <bobobo1618@gmail.com>"
],
"bugs": {
"url": "https://github.com/bobobo1618/docpad-plugin-sunny/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/bobobo1618/docpad-plugin-sunny.git"
},
"engines": {
"node": ">=0.4.0",
"docpad": "6.x"
},
"main": "./sunny.plugin.js",
"dependencies": {
"sunny": "0.0.5",
"mime": "1.2.x",
"taskgroup": "~3.2.4"
}
}