forked from bpot/node-msgpack-rpc
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
35 lines (35 loc) · 796 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
{
"name": "framed-msgpack-rpc",
"version": "1.1.10",
"description": "Framed Msgpack RPC for node.js",
"homepage": "https://github.com/maxtaco/node-framed-msgpack-rpc",
"main": "./lib/main",
"repository": {
"type": "git",
"url": "https://github.com/maxtaco/node-framed-msgpack-rpc.git"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "node_modules/.bin/iced test/all.iced"
},
"dependencies": {
"iced-error": "0.0.9",
"iced-runtime": "^1.0.1",
"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"
}
]
}