-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
47 lines (47 loc) · 1.08 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
44
45
46
47
{
"name": "mole-rpc",
"version": "1.1.1",
"description": "Transport agnostic spec compliant JSON RPC client and server",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"engines": {
"node": ">=10.0.0"
},
"devDependencies": {
"mole-rpc-autotester": "^1.0.0"
},
"scripts": {
"test": "node ./tests/autotests.js || exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koorchik/node-mole-rpc.git"
},
"keywords": [
"jsonrpc",
"json-rpc",
"json",
"jsonrpc-2.0",
"rpc",
"http",
"tcp",
"mqtt",
"api",
"mole-rpc",
"mole",
"molerpc"
],
"author": "koorchik",
"license": "MIT",
"bugs": {
"url": "https://github.com/koorchik/node-mole-rpc/issues"
},
"homepage": "https://github.com/koorchik/node-mole-rpc#readme",
"contributors": [
"Vira Khuder <[email protected]>",
"Artem Trush <[email protected]>"
]
}