-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 930 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 930 Bytes
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": "loopback-mongo-gridfs",
"version": "2.3.1",
"description": "Loopback connector for mongo gridfs storage",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vkatsar/loopback-mongo-gridfs.git"
},
"keywords": [
"loopback",
"mongodb",
"mongo",
"gridfs",
"storage",
"GridFSBucket"
],
"homepage": "https://github.com/vkatsar/loopback-mongo-gridfs#readme",
"bugs": "https://github.com/vkatsar/loopback-mongo-gridfs/issues",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Vassilis Katsaris",
"license": "MIT",
"contributors": [
{
"name": "Marios Vertopoulos",
"email": "mvertopoulos@gmail.com",
"url": "https://github.com/mvertopoulos"
}
],
"dependencies": {
"archiver": "^4.0.1",
"busboy": "^1.6.0",
"lodash": "^4.17.10",
"mongodb": "^3.5.8"
}
}