rocket.chat.mqtt
Version:
It's a MQTT Server, using redis to scale horizontally.
27 lines (26 loc) • 776 B
JSON
{
"author": ["Marcos Lilljedahl <marcos.lilljedahl@mercadolibre.com>"],
"contributors": ["Matias Rege <matias.rege@mercadolibre.com>", "Gabriel Eisbruch <gabriel.eisbruch@mercadolibre.com>"],
"name": "flexbuffer",
"description": "Buffer optimized",
"version": "0.0.6",
"main" : "./flexbuffer",
"homepage": "https://github.com/mercadolibre/flexbuffer-node",
"repository": {
"type": "git",
"url": "https://github.com/mercadolibre/flexbuffer-node"
},
"scripts": {
"test": "mocha --debug --globals myThis,myHolder,myCallee,State_myThis --reporter spec -t 5000 -s 3000 ${TESTFILE}"
},
"dependencies": {
},
"devDependencies": {
"should" : "0.6.x",
"mocha" : "1.2.x"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}