forked from keystonejs/keystone-storage-adapter-s3
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 943 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": "keystone-storage-adapter-s3",
"version": "1.1.0",
"description": "S3 storage adapter for keystonejs",
"main": "index.js",
"author": "Joseph Gentle <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/keystonejs/keystone-storage-adapter-s3/issues"
},
"homepage": "https://github.com/keystonejs/keystone-storage-adapter-s3",
"dependencies": {
"debug": "^2.2.0",
"knox": "^0.9.2",
"keystone-storage-namefunctions": "^1.0.0",
"object-assign": "^4.1.0"
},
"devDependencies": {
"dotenv": "^2.0.0",
"eslint": "^3.2.2",
"mocha": "^3.0.0"
},
"scripts": {
"test": "eslint . && mocha test.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/keystonejs/keystone-storage-adapter-s3.git"
},
"keywords": [
"aws",
"keystone",
"keystone-storage",
"keystonejs",
"s3",
"storage"
]
}