-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 945 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
40
41
42
43
44
{
"author": "Vaughn Iverson",
"name": "gridfs-locking-stream",
"description": "Writable/Readable Nodejs compatible GridFS streams with locking for safe concurrent access",
"main": "index.js",
"version": "1.1.1",
"keywords": [
"mongodb",
"mongoose",
"mongo",
"gridfs",
"gridfs-stream",
"gridfs-locks",
"grid",
"locks",
"locking",
"lock"
],
"scripts": {
"test": "make test"
},
"dependencies": {
"gridfs-stream": "^1.1.1",
"gridfs-locks": "^1.3.4"
},
"devDependencies": {
"mocha": "^3.1.2",
"mongodb": "^2.1.21"
},
"optionalDependencies": {},
"engines": {
"node": "^0.10.36"
},
"repository": {
"type": "git",
"url": "git://github.com/vsivsi/gridfs-locking-stream.git"
},
"readmeFilename": "Readme.md",
"bugs": {
"url": "https://github.com/vsivsi/gridfs-locking-stream/issues"
},
"author": "Vaughn Iverson",
"license": "MIT"
}