- Use peer dependencies to state relationship with hexo - Re-install `level` required package (can be used to create local S3 cache for performance, see [s3-sync](https://github.com/hughsk/s3-sync))
34 lines
664 B
JSON
34 lines
664 B
JSON
{
|
|
"name": "hexo-deployer-s3",
|
|
"version": "0.1.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"
|
|
}],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/nt3rp/hexo-deployer-s3.git"
|
|
},
|
|
"license": {
|
|
"type": "MIT"
|
|
},
|
|
"peerDependencies": {
|
|
"hexo": "3.x"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^1.0.0",
|
|
"level": "^0.18.0",
|
|
"readdirp": "^0.3.3",
|
|
"s3-sync": "^0.5.1"
|
|
}
|
|
}
|