UNPKG

rocket.chat.mqtt

Version:

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

41 lines (40 loc) 1.2 kB
{ "name": "redis-commands", "version": "1.4.0", "description": "Redis commands", "main": "index.js", "scripts": { "pretest": "npm run lint", "test": "mocha", "posttest": "npm run coverage && npm run coverage:check", "coverage": "node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -R spec", "coverage:check": "node ./node_modules/istanbul/lib/cli.js check-coverage --branch 100 --statement 100", "build": "node tools/build", "lint": "standard --fix --verbose | snazzy" }, "repository": { "type": "git", "url": "https://github.com/NodeRedis/redis-commands.git" }, "keywords": [ "redis", "commands", "prefix" ], "author": "luin <i@zihua.li> (http://zihua.li)", "license": "MIT", "bugs": { "url": "https://github.com/NodeRedis/redis-commands/issues" }, "homepage": "https://github.com/NodeRedis/redis-commands", "devDependencies": { "chai": "^4.0.1", "codeclimate-test-reporter": "^0.4.0", "ioredis": "^3.0.0", "istanbul": "^0.4.3", "safe-stable-stringify": "^1.0.0", "mocha": "^5.0.0", "snazzy": "^8.0.0", "standard": "^11.0.0" } }