make it compatible with hexo v7
This commit is contained in:
80
package.json
80
package.json
@@ -1,43 +1,45 @@
|
||||
{
|
||||
"name": "hexo-deployer-s3",
|
||||
"version": "0.2.4",
|
||||
"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": "hexo-deployer-s3",
|
||||
"version": "1.0.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"
|
||||
},
|
||||
{
|
||||
"name": "Josenivaldo Benito Jr.",
|
||||
"email": "jrbenito@benito.qsl.br"
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/nt3rp/hexo-deployer-s3.git"
|
||||
},
|
||||
{
|
||||
"name": "Jack Guy",
|
||||
"email": "jack@thatguyjackguy.com"
|
||||
"license": {
|
||||
"type": "MIT"
|
||||
},
|
||||
{
|
||||
"name": "Josenivaldo Benito Jr.",
|
||||
"email": "jrbenito@benito.qsl.br"
|
||||
"peerDependencies": {
|
||||
"hexo": "^7.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.509.0",
|
||||
"@aws-sdk/lib-storage": "^3.509.0",
|
||||
"chalk": "^5.3.0",
|
||||
"klaw-sync": "^6.0.0",
|
||||
"mime-types": "^2.1.35",
|
||||
"p-limit": "^4.0.0"
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/nt3rp/hexo-deployer-s3.git"
|
||||
},
|
||||
"license": {
|
||||
"type": "MIT"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"hexo": "3.x"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^1.1.1",
|
||||
"ini": "^1.3.4",
|
||||
"s3": "^4.4.0",
|
||||
"xtend": "^4.0.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user