-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.25 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@errsole/autobahn",
"version": "22.11.2",
"description": "An implementation of The Web Application Messaging Protocol (WAMP).",
"main": "index.js",
"files": [
"index.js",
"/lib"
],
"scripts": {
"test": "nodeunit test/test.js"
},
"engines": {
"node": ">= 7.10.1"
},
"dependencies": {
"cbor": ">= 3.0.0 <9.0.0",
"crypto-js": ">=3.1.8 <5.0.0",
"msgpack5": ">= 3.6.0 <7.0.0",
"tweetnacl": ">= 0.14.3 <2.0.0",
"ws": ">=1.1.4 <8.0.0"
},
"optionalDependencies": {
"bufferutil": ">= 1.2.1",
"utf-8-validate": ">= 1.2.1",
"when": ">= 3.7.7"
},
"devDependencies": {
"browserify": ">= 13.1.1",
"deep-equal": ">= 1.0.1",
"google-closure-compiler": ">= 20170218.0.0",
"nodeunit": ">= 0.11.3",
"random-bytes-seed": ">=1.0.3"
},
"browser": {
"ws": false,
"./lib/transport/rawsocket.js": false
},
"repository": {
"type": "git",
"url": "git://github.com/crossbario/autobahn-js.git"
},
"keywords": [
"WAMP",
"WebSocket",
"RPC",
"PubSub",
"ethereum",
"solidity",
"xbr",
"crossbar",
"autobahn",
"wamp",
"data-service",
"data-monetization"
],
"author": "Crossbar.io Technologies GmbH",
"license": "MIT"
}