forked from seriousManual/mockgo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 888 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
{
"name": "mockgo",
"version": "1.1.7",
"description": "in memory mocking engine for mongodb",
"main": "index.js",
"scripts": {
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seriousManual/mockgo.git"
},
"keywords": [
"mongodb",
"mongo",
"mock database",
"testing",
"mocking",
"inmemory",
"in memory"
],
"author": "Manuel Ernst <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/seriousManual/mockgo/issues"
},
"homepage": "https://github.com/seriousManual/mockgo#readme",
"dependencies": {
"async": "^2.0.1",
"debug": "^2.2.0",
"mongodb": "^2.2.22",
"mongodb-prebuilt": "^6.3.0",
"portfinder": "^1.0.3"
},
"engines": {
"node": ">=4.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.0"
}
}