forked from ringcentral/ringcentral-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 876 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
{
"version": "2.0.1",
"name": "ringcentral",
"main": "./build/ringcentral.min.js",
"ignore": [
"**/*",
"!README.md",
"!build/ringcentral.js",
"!build/ringcentral.js.map",
"!build/ringcentral.min.js",
"!build/ringcentral.min.js.map",
"!demo/**/*",
"!docs/**/*",
"!src/**/*"
],
"dependencies": {
"es6-promise": "~2.2.0",
"fetch": "#master",
"pubnub": "~3.7.13"
},
"devDependencies": {
"chai": "~3.2.0",
"sinon-chai": "~2.8.0",
"mocha": "~2.2.5",
"sinonjs": "~1.14.1",
"requirejs": "~2.1.20"
},
"private": false,
"license": "MIT",
"authors": [
{
"name": "RingCentral, Inc.",
"email": "[email protected]"
},
{
"name": "Kirill Konshin"
}
],
"repository": {
"type": "git",
"url": "git://github.com/ringcentral/ringcentral-js.git"
}
}