-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 932 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
{
"name": "ceph-s3",
"version": "1.3.0",
"description": "Knox wrapper with logic to simply pass set of users via config file and be able to work with your custom internal S3 compatible API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "https://github.com/AVVS/ceph-s3.git"
},
"keywords": [
"ceph",
"s3",
"knox",
"s3-compatible",
"aws-s3",
"aws"
],
"author": "Vitaly Aminev <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AVVS/ceph-s3/issues"
},
"homepage": "https://github.com/AVVS/ceph-s3",
"dependencies": {
"backoff": "^2.4.1",
"bluebird": "^2.9.25",
"debug": "^2.2.0",
"knox": "^0.9.2",
"lodash": "^3.8.0",
"snyk": "^1.19.1"
},
"snyk": true
}