-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 984 Bytes
/
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
{
"name": "hapiest-s3-storage",
"version": "0.1.2",
"description": "A simple s3 storage service that's flexible and allows mocking of s3 locally",
"main": "index.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha test/unit --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonathan-fulton/hapiest-s3-storage.git"
},
"keywords": [
"hapiest",
"s3",
"storage",
"localstorage"
],
"author": "Jonathan Fulton",
"license": "ISC",
"bugs": {
"url": "https://github.com/jonathan-fulton/hapiest-s3-storage/issues"
},
"homepage": "https://github.com/jonathan-fulton/hapiest-s3-storage#readme",
"devDependencies": {
"config-uncached": "1.0.2",
"hapiest-logger": "0.0.5",
"mocha": "3.2.0",
"rmdir": "1.2.0",
"should": "9.0.2",
"sinon": "1.17.4"
},
"dependencies": {
"aws-sdk": "2.4.0",
"bluebird": "3.4.1",
"joi": "8.4.2",
"mock-aws-s3": "2.3.0"
}
}