-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 994 Bytes
/
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
{
"name": "remote-instance",
"version": "0.2.1",
"description": "A parser for constructing objects instances remotely.",
"keywords": [
"remote",
"instance",
"object",
"protocol",
"rpc",
"construct",
"toArgumentsList",
"fromArgumentsList",
"argumentsList",
"arguments",
"list",
"stream",
"msgpack",
"peer",
"p2p"
],
"homepage": "http://www.remotelib.com",
"bugs": "https://github.com/remotelib/remote-lib/issues",
"license": "Apache-2.0",
"author": "Moshe Simantov <[email protected]> (http://www.moshesimantov.com)",
"main": "lib/index.js",
"module": "lib/parser.js",
"repository": "https://github.com/remotelib/remote-lib/tree/master/packages/remote-instance",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bl": "^1.2.1",
"deep-equal": "^1.0.1",
"duplexify": "^3.5.0",
"msgpack5": "^3.4.1"
},
"engines": {
"node": ">=6.11"
}
}