forked from ringcentral/ringcentral-web-phone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
39 lines (39 loc) · 764 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
{
"name": "ringcentral-web-phone",
"main": "./src/ringcentral-web-phone.js",
"ignore": [
"**/*",
"!README.md",
"!demo/**/*",
"!src/**/*"
],
"dependencies": {
"ringcentral": "~2.0.5",
"sip.js": "^0.7.3"
},
"devDependencies": {
"jquery": "^2.2.1",
"bootstrap": "^3.3.6"
},
"moduleType": [
"amd",
"globals"
],
"private": false,
"license": "MIT",
"homepage": "https://github.com/ringcentral/ringcentral-web-phone",
"authors": [
{
"name": "RingCentral, Inc.",
"email": "[email protected]"
},
{
"name": "Kirill Konshin"
}
],
"repository": {
"type": "git",
"url": "git://github.com/ringcentral/ringcentral-web-phone.git"
},
"version": "0.3.0"
}