forked from ringcentral/ringcentral-js-client
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 741 Bytes
/
Copy pathbower.json
File metadata and controls
35 lines (35 loc) · 741 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": "ringcentral-client",
"version": "0.1.0",
"main": "./build/ringcentral-client.js",
"ignore": [
"**/*",
"!README.md",
"!build/ringcentral-client.js",
"!build/ringcentral-client.js.map",
"!build/ringcentral-client.min.js",
"!build/ringcentral-client.min.js.map",
"!demo/**/*",
"!docs/**/*",
"!src/**/*"
],
"dependencies": {},
"devDependencies": {
"ringcentral": "^2.*"
},
"private": false,
"license": "MIT",
"authors": [
{
"name": "RingCentral, Inc.",
"email": "devsupport@ringcentral.com"
},
{
"name": "Kirill Konshin"
}
],
"repository": {
"type": "git",
"url": "git://github.com/ringcentral/ringcentral-js-client.git"
}
}