forked from koorchik/node-mole-rpc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 926 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 926 Bytes
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
{
"name": "mole-rpc",
"version": "0.3.0",
"description": "Transport agnostic spec compliant JSON RPC client and server",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"dependencies": {
"chai": "^4.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && 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"
}