30 lines
532 B
JSON
30 lines
532 B
JSON
{
|
|
"name": "hexo-deployer-s3",
|
|
"version": "0.0.2",
|
|
"description": "AWS S3 deployer plugin for Hexo",
|
|
"main": "index",
|
|
"keywords": [
|
|
"hexo",
|
|
"s3",
|
|
"aws",
|
|
"deployer"
|
|
],
|
|
"author": "Josh Strange",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/joshstrange/hexo-deployer-s3.git"
|
|
},
|
|
"license": {
|
|
"type": "MIT"
|
|
},
|
|
"engines": {
|
|
"hexo": ">= 1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"readdirp": "^0.3.3",
|
|
"s3sync": "0.0.3",
|
|
"level": "^0.18.0",
|
|
"s3-sync": "^0.5.1"
|
|
}
|
|
}
|