mqtt-match
Version:
Match mqtt formatted topic strings to strings
28 lines (27 loc) • 549 B
JSON
{
"name": "mqtt-match",
"version": "3.0.0",
"description": "Match mqtt formatted topic strings to strings",
"main": "index.js",
"scripts": {
"test": "tape test.js && standard"
},
"keywords": [
"mqtt",
"topic",
"match"
],
"author": "Lars-Magnus Skog <ralphtheninja@riseup.net>",
"repository": {
"type": "git",
"url": "git://github.com/ralphtheninja/mqtt-match"
},
"license": "MIT",
"engines": {
"node": ">=12.0.0"
},
"devDependencies": {
"standard": "^16.0.4",
"tape": "^5.4.0"
}
}