-
Notifications
You must be signed in to change notification settings - Fork 216
/
bower.json
46 lines (46 loc) · 924 Bytes
/
bower.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
{
"name": "quickblox",
"description": "QuickBlox JavaScript SDK",
"version": "2.12.0",
"homepage": "https://quickblox.com/developers/Javascript",
"main": "quickblox.js",
"license": "Apache 2.0",
"keywords": [
"quickblox",
"javascript",
"sdk",
"baas",
"cloud",
"api",
"chat",
"communication",
"messaging",
"webrtc"
],
"authors": [
"Igor Khomenko <[email protected]>",
"Vlad Lukhanin <[email protected]>",
"Dima Lobanov <[email protected]>",
"Iegor Kozakov <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/QuickBlox/quickblox-javascript-sdk.git"
},
"moduleType": [
"node"
],
"ignore": [
"**/.*",
"examples",
"src",
"lib",
"node_modules",
"plugins",
"samples",
"spec",
"npm-debug.log",
"Gruntfile.js",
"package.json"
]
}