Files
hexo-deployer-s3-plus/package.json
2016-12-13 23:50:41 -05:00

43 lines
819 B
JSON

{
"name": "hexo-deployer-s3",
"version": "0.2.1",
"description": "Amazon S3 deployer plugin for Hexo",
"main": "index",
"keywords": [
"hexo",
"s3",
"aws",
"deployer"
],
"author": "Nicholas Terwoord <nicholas.terwoord+code@gmail.com>",
"contributors": [
{
"name": "Josh Strange",
"email": "josh@joshstrange.com"
},
{
"name": "Jack Guy",
"email": "jack@thatguyjackguy.com"
},
{
"name": "Josenivaldo Benito Jr.",
"email": "jrbenito@benito.qsl.br"
}
],
"repository": {
"type": "git",
"url": "http://github.com/nt3rp/hexo-deployer-s3.git"
},
"license": {
"type": "MIT"
},
"peerDependencies": {
"hexo": "3.x"
},
"dependencies": {
"chalk": "^1.1.1",
"s3": "^4.4.0",
"xtend": "^4.0.1"
}
}