happn-db-provider-mongo
Version:
service plugin for running happn on a mongo database, for happn-3 instances
32 lines (31 loc) • 864 B
JSON
{
"name": "happn-db-provider-mongo",
"description": "service plugin for running happn on a mongo database, for happn-3 instances",
"version": "1.1.13",
"scripts": {
"test": "_mocha --recursive --exit silence.js test/*",
"test-cover": "nyc --reporter=lcov --reporter=text --reporter=html npm test",
"test-unit": "mocha silence.js test/unit/* --recursive",
"test-happn": "node test/integration/happn*"
},
"keywords": [
"mongo",
"happn"
],
"repository": {
"type": "git",
"url": "https://github.com/happner/happn-service-mongo-2.git"
},
"dependencies": {
"happn-commons": "1.5.1",
"mongodb": "^4.11.0",
"parse-mongo-url": "^1.1.1"
},
"devDependencies": {
"byline": "^5.0.0",
"gulp": "^3.9.0",
"happn-3": "13.12.1",
"happn-commons-test": "1.2.2"
},
"readmeFilename": "README.md"
}