hapi-s3
Version:
Use Amazon S3 in your hapi server
57 lines (56 loc) • 1.23 kB
JSON
{
"name": "hapi-s3",
"version": "2.0.0",
"description": "Use Amazon S3 in your hapi server",
"homepage": "https://github.com/sholladay/hapi-s3",
"main": "index.js",
"author": {
"name": "Seth Holladay",
"url": "https://seth-holladay.com",
"email": "me@seth-holladay.com"
},
"scripts": {
"test": "xo && ava"
},
"repository": {
"type": "git",
"url": "git@github.com:sholladay/hapi-s3.git"
},
"bugs": {
"url": "https://github.com/sholladay/hapi-s3/issues",
"email": "me@seth-holladay.com"
},
"engines": {
"node": ">=12"
},
"license": "MPL-2.0",
"files": [
"index.js"
],
"peerDependencies": {
"@hapi/hapi": ">=19"
},
"dependencies": {
"@hapi/joi": "^17.0.2",
"scube": "^2.0.0"
},
"devDependencies": {
"@hapi/hapi": "^19.0.4",
"ava": "^2.4.0",
"eslint-config-tidy": "^0.10.0",
"xo": "^0.25.3"
},
"keywords": [
"hapi",
"server",
"plugin",
"Amazon",
"aws",
"s3",
"cloud",
"storage"
],
"xo": {
"extend": "tidy"
}
}