-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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
{
"name": "loopback-component-flatstorage",
"version": "1.1.0",
"description": "loopback component for attaching to various cloud storage providers with ACL functionality",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/regevbr/loopback-component-flat-storage.git"
},
"keywords": [
"loopback",
"node",
"node.js",
"javascript",
"storage",
"cloud",
"aws",
"s3",
"azure",
"blob",
"block",
"component",
"flat"
],
"author": "Regev Brody",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/regevbr/loopback-component-flatstorage/issues"
},
"homepage": "https://github.com/regevbr/loopback-component-flatstorage#readme",
"dependencies": {
"formidable": "^1.1.1",
"loopback-connector": "4.8.0",
"pkgcloud": "^1.5.0",
"string_decoder": "^1.0.3",
"strong-globalize": "^2.10.0",
"underscore": "^1.8.3",
"uuid": "^3.2.1"
}
}