-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 995 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
39
40
41
42
43
44
{
"name": "rx.wamp",
"version": "0.5.0",
"description": "A wrapper library for the autobahn wamp v1/v2 library in the browser/node",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/paulpdaniels/rx.wamp.git"
},
"keywords": [
"rx",
"rxjs",
"wamp",
"async",
"realtime"
],
"author": "Paul Daniels <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/paulpdaniels/rx.wamp/issues"
},
"devDependencies": {
"wamp.rt": "~0.1.2",
"chai": "~1.9.2",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "^0.7.0",
"mocha": "^2.1.0",
"sinon": "^1.12.2",
"sinon-as-promised": "^2.0.3",
"when": "^3.6.4",
"wamp.io-mirror": "^0.1.4"
},
"dependencies": {
"rx": "~2.3.13",
"autobahn": "~0.9.5"
}
}