forked from maxtaco/node-framed-msgpack-rpc
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 978 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 978 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
41
42
{
"name": "framed-msgpack-rpc",
"version": "1.1.23",
"description": "Framed Msgpack RPC for node.js",
"homepage": "https://github.com/keybase/node-framed-msgpack-rpc",
"main": "./lib/main",
"repository": {
"type": "git",
"url": "https://github.com/keybase/node-framed-msgpack-rpc.git"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "node_modules/.bin/iced test/all.iced"
},
"dependencies": {
"iced-error": "0.0.9",
"iced-lock": "^1.0.2",
"iced-runtime": "^1.0.1",
"pako": "^1.0.11",
"path-parse": "^1.0.6",
"typedarray-to-buffer": "^3.1.5"
},
"optionalDependencies": {
"@msgpack/msgpack": "1.9.3",
"purepack": ">=1"
},
"devDependencies": {
"colors": "~0.6.2",
"random-json": "*",
"iced-coffee-script": "*",
"deep-equal": "*",
"optimist": "*"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
]
}