forked from versatica/protoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 712 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 712 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
{
"name": "protoo-client",
"version": "4.0.7",
"description": "protoo JavaScript client module",
"author": "Iñaki Baz Castillo <ibc@aliax.net>",
"homepage": "https://protoo.versatica.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ibc/protoo.git"
},
"main": "lib/index.js",
"keywords": [
"nodejs",
"browser",
"websocket"
],
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"lint": "eslint -c .eslintrc.js lib"
},
"dependencies": {
"debug": "^4.4.3",
"events": "^3.3.0",
"retry": "^0.12.0"
},
"devDependencies": {
"eslint": "^5.16.0"
},
"optionalDependencies": {
"websocket": "^1.0.35"
}
}