iambus
Version:
minimalist pattern-matching pub-sub message-bus
37 lines (36 loc) • 769 B
JSON
{
"name": "iambus",
"version": "2.0.4",
"description": "minimalist pattern-matching pub-sub message-bus",
"main": "index.js",
"scripts": {
"test": "brittle test.js && npm run lint",
"lint": "standard"
},
"keywords": [
"message",
"bus",
"pubsub",
"pub",
"sub",
"minimal"
],
"author": "Holepunch",
"license": "Apache-2.0",
"dependencies": {
"nanoassert": "^2.0.0",
"streamx": "^2.13.2"
},
"devDependencies": {
"brittle": "^3.3.2",
"standard": "^17.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/iambus.git"
},
"bugs": {
"url": "https://github.com/holepunchto/iambus/issues"
},
"homepage": "https://github.com/holepunchto/iambus#readme"
}