forked from ringcentral/ringcentral-web-phone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 916 Bytes
/
package.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
{
"name": "ringcentral-web-phone",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/gulp"
},
"dependencies": {
"sip.js": "0.6.4"
},
"peerDependencies": {
"ringcentral": "^2.0.4"
},
"devDependencies": {
"gulp": "^3.9.1"
},
"preferGlobal": false,
"private": false,
"main": "./src/ringcentral-web-phone.js",
"author": {
"name": "RingCentral, Inc.",
"email": "[email protected]"
},
"contributors": [
{
"name": "Kirill Konshin"
}
],
"repository": {
"type": "git",
"url": "git://github.com/ringcentral/ringcentral-web-phone.git"
},
"bugs": {
"url": "https://github.com/ringcentral/ringcentral-web-phone/issues"
},
"homepage": "https://github.com/ringcentral/ringcentral-web-phone",
"engines": {
"node": ">=0.10.36"
},
"license": "MIT",
"version": "0.3.0"
}