forked from gendigbadig/loopback-component-storage-gridfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 638 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 638 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
{
"name": "loopback-component-storage-gridfs",
"version": "1.0.4",
"description": "loopback storage component",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/MrMartiniMo/loopback-component-storage-gridfs.git"
},
"keywords": [
"loopback",
"mongodb",
"gridfs"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Moritz Krause (moritz.krause@winice.de)",
"license": "ISC",
"dependencies": {
"busboy": "^0.2.12",
"gridfs-stream": "^1.1.1",
"lodash": "^4.6.1",
"mongodb": "^2.1.7",
"zip-stream": "^1.0.0"
}
}