rocket.chat.mqtt
Version:
It's a MQTT Server, using redis to scale horizontally.
46 lines (45 loc) • 1.01 kB
JSON
{
"name": "fastparallel",
"version": "2.3.0",
"description": "Zero-overhead asynchronous parallel/each/map function call",
"main": "parallel.js",
"scripts": {
"lint": "standard",
"test": "tape test.js | faucet"
},
"pre-commit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "https://github.com/mcollina/fastparallel.git"
},
"keywords": [
"parallel",
"fast",
"async"
],
"author": "Matteo Collina <hello@matteocollina.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/mcollina/fastparallel/issues"
},
"homepage": "https://github.com/mcollina/fastparallel",
"devDependencies": {
"async": "^2.0.0-rc.5",
"fastbench": "^1.0.1",
"faucet": "0.0.1",
"insync": "^2.1.0",
"items": "^2.1.0",
"neo-async": "^1.8.2",
"parallelize": "^3.0.0",
"pre-commit": "^1.1.3",
"standard": "^7.1.0",
"tape": "^4.5.0"
},
"dependencies": {
"reusify": "^1.0.0",
"xtend": "^4.0.1"
}
}