forked from bjyoungblood/hapi-serve-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "hapi-serve-s3",
"version": "2.1.0",
"description": "Easily serve files from S3 using Hapi",
"main": "src/index.js",
"scripts": {
"test": "mocha",
"eslint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/bjyoungblood/hapi-serve-s3.git"
},
"keywords": [
"hapi",
"s3"
],
"author": "Ben Youngblood",
"license": "MIT",
"bugs": {
"url": "https://github.com/bjyoungblood/hapi-serve-s3/issues"
},
"homepage": "https://github.com/bjyoungblood/hapi-serve-s3#readme",
"dependencies": {
"aws-sdk": "^2.165.0",
"boom": "^5.2.0",
"content": "^3.0.6",
"content-disposition": "^0.5.2",
"hoek": "^4.2.0",
"joi": "^12.0.0",
"uuid": "^3.1.0"
},
"devDependencies": {
"eslint": "^4.12.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"expect": "^1.20.2",
"form-data": "^2.3.1",
"hapi": "^16.6.2",
"mocha": "^4.0.1",
"rimraf": "^2.6.2",
"s3rver": "^1.0.3"
},
"engines": {
"node": ">=6.9.0"
}
}