UNPKG

rocket.chat.mqtt

Version:

It's a MQTT Server, using redis to scale horizontally.

55 lines (54 loc) 1.55 kB
{ "name": "mongodb", "version": "3.0.10", "description": "The official MongoDB driver for Node.js", "main": "index.js", "repository": { "type": "git", "url": "git@github.com:mongodb/node-mongodb-native.git" }, "keywords": [ "mongodb", "driver", "official" ], "dependencies": { "mongodb-core": "3.0.9" }, "devDependencies": { "bluebird": "3.5.0", "bson": "^1.0.4", "chai": "^4.1.1", "co": "4.6.0", "conventional-changelog-cli": "^1.3.5", "coveralls": "^2.11.6", "eslint": "^4.5.0", "eslint-plugin-prettier": "^2.2.0", "istanbul": "^0.4.5", "jsdoc": "3.5.4", "mongodb-extjson": "^2.1.1", "mongodb-mock-server": "^1.0.0", "mongodb-test-runner": "^1.1.18", "prettier": "~1.12.0", "semver": "5.4.1", "sinon": "^4.3.0", "worker-farm": "^1.5.0" }, "author": "Christian Kvalheim", "license": "Apache-2.0", "engines": { "node": ">=4" }, "bugs": { "url": "https://github.com/mongodb/node-mongodb-native/issues" }, "scripts": { "test": "npm run lint && mongodb-test-runner -t 60000 test/unit test/functional", "coverage": "istanbul cover mongodb-test-runner -- -t 60000 test/unit test/functional", "lint": "eslint lib test", "format": "prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'", "changelog": "conventional-changelog -p angular -i HISTORY.md -s", "bench": "node test/driverBench/" }, "homepage": "https://github.com/mongodb/node-mongodb-native" }