38 lines
703 B
JSON
38 lines
703 B
JSON
{
|
|
"name": "hexo-deployer-s3",
|
|
"version": "0.2.0",
|
|
"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"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
}
|