forked from share/sharedb-mingo-memory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 KB
/
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
45
46
{
"name": "@startupjs/sharedb-mingo-memory",
"version": "4.0.0-1",
"publishConfig": {
"access": "public"
},
"description": "In-memory database adapter with MongoDB API for ShareDB",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint --ignore-path .gitignore '**/*.js'",
"lint:fix": "npm run lint -- --fix",
"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": {
"lodash.clonedeep": "^4.5.0",
"lodash.isobject": "^3.0.2",
"mingo": "^6.4.15"
},
"peerDependencies": {
"sharedb": "^1.0.0-beta || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
},
"devDependencies": {
"async": "^3.2.3",
"chai": "^4.2.0",
"coveralls": "^3.0.7",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"ot-json1": "^1.0.1",
"rich-text": "^4.1.0",
"sharedb": "^3.0.0 || ^4.0.0",
"sinon": "^11.1.2"
},
"author": "Avital Oliver",
"license": "MIT",
"bugs": {
"url": "https://github.com/share/sharedb-mingo-memory/issues"
},
"homepage": "https://github.com/share/sharedb-mingo-memory#readme"
}