Files
hexo-deployer-s3-plus/package.json
Josh Strange 8ef4301495 Working code
2014-03-01 13:42:41 -05:00

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"
}
}