-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
29 lines (29 loc) · 904 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
{
"name": "sharedb-milestone-mongo",
"version": "2.0.0",
"description": "MongoDB milestone snapshot database adapter for ShareDB",
"main": "lib/index.js",
"dependencies": {
"mongodb": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"sharedb": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"eslint": "^7.14.0",
"mocha": "^8.2.1",
"mongodb3": "npm:mongodb@^3.0.0",
"mongodb4": "npm:mongodb@^4.0.0",
"mongodb5": "npm:mongodb@^5.0.0",
"mongodb6": "npm:mongodb@^6.0.0",
"nyc": "^15.1.0"
},
"scripts": {
"lint": "node_modules/.bin/eslint --ignore-path .gitignore '**/*.js'",
"test": "mocha",
"test-cover": "nyc --temp-dir=coverage -r text -r lcov npm test"
},
"repository": "git://github.com/share/sharedb-milestone-mongo",
"author": "Alec Gibson",
"license": "MIT"
}