forked from crossbario/autobahn-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 1.78 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"_args": [
[
"/home/sevaho/BitBucket/wg-website-ng"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-E4RLfdCA7SUe501Nd8ViNehhYCo=",
"_location": "/autobahn",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "autobahn",
"escapedName": "autobahn",
"rawSpec": "0.11.2",
"saveSpec": null,
"fetchSpec": "0.11.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/autobahn/-/autobahn-0.11.2.tgz",
"_spec": "0.11.2",
"_where": "/home/sevaho/BitBucket/wg-website-ng",
"author": {
"name": "Crossbar.io Technologies GmbH"
},
"browser": {
"ws": false,
"lib/transport/rawsocket.js": false
},
"bugs": {
"url": "https://github.com/crossbario/autobahn-js/issues"
},
"dependencies": {
"bufferutil": ">= 1.2.1",
"crypto-js": ">= 3.1.8",
"int64-buffer": ">= 0.1.9",
"msgpack-lite": ">= 0.1.26",
"tweetnacl": ">= 0.14.3",
"utf-8-validate": ">= 1.2.1",
"when": ">= 3.7.7",
"ws": ">= 1.1.1"
},
"description": "An implementation of The Web Application Messaging Protocol (WAMP).",
"devDependencies": {
"browserify": ">= 13.1.1",
"nodeunit": ">= 0.10.2"
},
"homepage": "https://github.com/crossbario/autobahn-js#readme",
"keywords": [
"WAMP",
"WebSocket",
"RPC",
"PubSub"
],
"license": "MIT",
"main": "index.js",
"name": "autobahn",
"optionalDependencies": {
"bufferutil": ">= 1.2.1",
"utf-8-validate": ">= 1.2.1"
},
"repository": {
"type": "git",
"url": "git://github.com/crossbario/autobahn-js.git"
},
"scripts": {
"test": "nodeunit test/test.js"
},
"version": "0.11.2"
}