forked from share/sharedb-mingo-memory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 895 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
{
"name": "sharedb-mingo-memory",
"version": "1.1.2",
"description": "In-memory database adapter with MongoDB API for ShareDB",
"main": "index.js",
"scripts": {
"test": "mocha",
"test-cover": "node_modules/nyc/bin/nyc.js --temp-dir=coverage -r text -r lcov node_modules/mocha/bin/_mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/share/sharedb-mingo-memory.git"
},
"dependencies": {
"mingo": "2.5.0"
},
"peerDependencies": {
"sharedb": "^1.0.0-beta"
},
"devDependencies": {
"async": "^1.5.2",
"chai": "^4.2.0",
"coveralls": "^3.0.7",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"sharedb": "^1.0.0-beta"
},
"author": "Avital Oliver",
"license": "MIT",
"bugs": {
"url": "https://github.com/share/sharedb-mingo-memory/issues"
},
"homepage": "https://github.com/share/sharedb-mingo-memory#readme"
}