UNPKG

happn-service-mongo-2

Version:

service plugin for running happn on a mongo database, for happn-3 instances

43 lines (42 loc) 1.28 kB
{ "name": "happn-service-mongo-2", "description": "service plugin for running happn on a mongo database, for happn-3 instances", "version": "4.0.1", "scripts": { "lint": "eslint '**/*.js'", "test": "npm run lint && mocha silence.js test/integration/**", "test-cover": "npm run lint && nyc --reporter=lcov --reporter=text-summary _mocha --exit silence.js test/integration/** test/unit/**", "lint-fix": "eslint '**/*.js' --fix", "happn-tests": "node test/integration/happn*", "release": "rm -rf node_modules && rm -f package-lock.json && npm install && npm test" }, "keywords": [ "mongo", "happn" ], "repository": { "type": "git", "url": "https://github.com/happner/happn-service-mongo-2.git" }, "dependencies": { "mongodb": "^4.1.3", "parse-mongo-url": "^1.1.1" }, "devDependencies": { "await-delay": "^1.0.0", "byline": "^5.0.0", "coveralls": "^3.0.6", "eslint": "^5.16.0", "eslint-config-prettier": "^4.3.0", "eslint-plugin-prettier": "^3.1.1", "expect.js": "*", "gulp": "^3.9.0", "happn-3": "latest", "happn-tests-2": "latest", "mocha": "3.4.2", "nyc": "^13.3.0", "prettier": "^1.18.2", "shortid": "^2.2.4" }, "readmeFilename": "README.md" }