forked from zhanghaihua/mongodb-fs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 867 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 867 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": "mongodb-fs",
"version": "0.0.12",
"description": "Mongo DB Fake Server",
"keywords": ["mongodb", "mongo", "driver", "db", "mock", "test"],
"homepage": "https://github.com/openhoat/mongodb-fs",
"main": "lib/mongodb-fs.js",
"author": {
"name": "Olivier Penhoat",
"email": "openhoat@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/openhoat/mongodb-fs.git"
},
"bugs": {
"url": "https://github.com/openhoat/mongodb-fs/issues"
},
"licenses": [
{
"type": "EUPL",
"url": "https://github.com/openhoat/mongodb-fs/blob/master/EUPL-1.1.txt"
}
],
"engines": {
"node": "*"
},
"dependencies": {
"bson": "0.1.9",
"log4js": "0.6.6"
},
"devDependencies": {
"nodeunit": "0.8.0",
"profess": "0.0.4",
"mongoose": "3.6.11",
"colors": "0.6.0-1"
}
}