forked from sendbird/SendBird-SDK-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 752 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 752 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
{
"name": "sendbird",
"version": "3.0.61",
"description": "SendBird JavaScript SDK",
"main": "SendBird.min.js",
"dependencies": {
"websocket": "1.0.24",
"xhr2": "0.1.4",
"agentkeepalive": "2.2.0",
"form-data": "2.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/smilefam/SendBird-SDK-JavaScript"
},
"keywords": ["sendbird", "sendbird.com", "messaging", "chat", "js"],
"author": "SendBird <support@sendbird.com>",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/smilefam/SendBird-SDK-JavaScript/issues"
},
"homepage": "https://sendbird.com",
"typings": "SendBird.d.ts"
}