forked from seriousManual/mockgo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 901 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
{
"name": "finboxio-mockgo",
"version": "1.0.5",
"description": "in memory mocking engine for mongodb",
"main": "index.js",
"scripts": {
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/finboxio/mockgo.git"
},
"keywords": [
"mongodb",
"mongo",
"mock database",
"testing",
"mocking",
"inmemory",
"in memory"
],
"author": "Finbox.io",
"license": "MIT",
"bugs": {
"url": "https://github.com/finboxio/mockgo/issues"
},
"homepage": "https://github.com/finboxio/mockgo#readme",
"dependencies": {
"async": "^1.5.2",
"debug": "^2.2.0",
"mongodb": "^2.1.11",
"mongodb-prebuilt": "^4.6.0",
"portfinder": "^1.0.3",
"rimraf": "^2.5.2",
"uid": "0.0.2"
},
"engines": {
"node": ">=4.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}