-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 941 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
{
"name": "bolt-rpc",
"version": "1.2.3",
"description": "rpc module with expressjs like middleware system",
"main": "index.js",
"scripts": {
"test": "mocha",
"server": "node example/stack/server.js",
"client": "node example/stack/client.js",
"vue-server": "nodemon example/vue/server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/plaidev/bolt-rpc"
},
"keywords": [
"rpc",
"websocket"
],
"author": "plaidev",
"license": "MIT",
"bugs": {
"url": "https://github.com/plaidev/bolt-rpc/issues"
},
"homepage": "https://github.com/plaidev/bolt-rpc",
"dependencies": {
"async": "2.6.2",
"minimum-rpc": "https://github.com/plaidev/minimum-rpc.git#feature/decaffe",
"shallow-copy": "0.0.1"
},
"devDependencies": {
"lodash": "4.17.11",
"sinon": "1.11.1",
"mocha": "6.1.4",
"socket.io": "2.2.0",
"socket.io-client": "2.2.0"
}
}