-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 815 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 815 Bytes
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
{
"name": "muzzley-client",
"version": "0.5.4",
"protocolVersion": "2.0.0",
"author": "muzzley <support@muzzley.com>",
"description": "The muzzley client library",
"main": "lib/dist-node.js",
"browser": "lib/dist-browserify.js",
"dependencies": {
"browserify": "~2.23.1",
"eventify": "~0.3.8",
"ws": "~0.4.25",
"uglify-js": "~1.3.4",
"event-stream": "~3.0.15",
"JSONStream": "~0.6.4",
"request": "~2.21.0",
"browser-request": "~0.2.1",
"reqwest": "~0.8.2"
},
"repository": {
"type": "git",
"url": "https://github.com/muzzley/muzzley-client.git"
},
"keywords": [
"muzzley",
"realtime",
"real-time",
"websockets",
"cloud",
"interaction",
"remote-control"
],
"engines": {
"node": ">=0.8"
},
"license": "MIT"
}