-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "mole-rpc-transport-mqtt",
"version": "1.3.2",
"description": "MQTT transport for Mole-RPC (JSON RPC library)",
"main": "index.js",
"scripts": {
"test": "(node ./tests/autotests.js && node ./tests/topicRegExpTests.js) || exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koorchik/node-mole-rpc-transport-mqtt.git"
},
"peerDependencies": {
"mole-rpc": "1.*",
"async-mqtt": "^2.6.3"
},
"devDependencies": {
"async-mqtt": "^2.6.3",
"mole-rpc": "1.*",
"mole-rpc-autotester": "1.*"
},
"keywords": [
"jsonrpc",
"json-rpc",
"json",
"jsonrpc-2.0",
"rpc",
"http",
"tcp",
"mqtt",
"api",
"mole-rpc",
"mole",
"transport",
"mole-transport"
],
"author": "koorchik",
"license": "MIT",
"bugs": {
"url": "https://github.com/koorchik/node-mole-rpc-transport-mqtt/issues"
},
"homepage": "https://github.com/koorchik/node-mole-rpc-transport-mqtt#readme"
}