forked from jugglingdb/mongodb-adapter
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 749 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "jugglingdb-mongodb",
"version": "0.1.2",
"description": "MongoDB adapter for jugglingdb",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --bail --reporter spec --check-leaks test/",
"test-coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter landing --check-leaks test/",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"dependencies": {
"mongodb": "^4.3.0"
},
"devDependencies": {
"expect": "^27.4.6",
"istanbul": "^0.4.4",
"jugglingdb": "^2.0.1",
"mocha": "2.5.3",
"should": "9.0.2"
},
"repository": "",
"author": "Anatoliy Chakkaev <mail@anatoliy.in>",
"license": "MIT"
}