Files
hexo-deployer-s3-plus/package.json
Nick Terwoord ca23235818 Fix Typo
2015-05-06 20:05:14 -04:00

33 lines
636 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"
},
"engines": {
"hexo": ">= 3.0.0"
},
"dependencies": {
"chalk": "^1.0.0",
"readdirp": "^0.3.3",
"s3-sync": "^0.5.1"
}
}