UNPKG

rocket.chat.mqtt

Version:

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

36 lines (35 loc) 769 B
{ "name": "ejson", "version": "2.1.2", "description": "EJSON - Extended and Extensible JSON library from Meteor made compatible for Nodejs and Browserify", "main": "index.js", "scripts": { "test": "npm run build && mocha --check-leaks test.js", "prepublish": "npm run build", "update": "vendor/dl.sh", "build": "node build.js" }, "keywords": [ "EJSON", "Extended", "Extensible", "JSON", "Meteor", "ejson", "primus" ], "author": "Arnout Kazemier", "repository": { "type": "git", "url": "git://github.com/primus/ejson.git" }, "license": "MIT", "dependencies": { "underscore": "1.8.x" }, "devDependencies": { "assume": "1.3.x", "mocha": "2.3.x", "pre-commit": "1.1.x" } }