forked from ringcentral/ringcentral-web-phone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.33 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "ringcentral-web-phone",
"scripts": {
"test": "./node_modules/karma/bin/karma start",
"test-watch": "npm run test -- --no-single-run",
"build": "node version.js",
"start": "./node_modules/.bin/http-server"
},
"dependencies": {
"sip.js": "^0.7.7"
},
"devDependencies": {
"chai": "3.5.0",
"dotenv": "4.0.0",
"es6-promise": "4.1.0",
"http-server": "0.9.0",
"jquery": "3.1.1",
"karma": "1.5.0",
"karma-chai-plugins": "0.8.0",
"karma-chrome-launcher": "2.0.0",
"karma-env": "0.1.0",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.2",
"mocha": "3.2.0",
"ringcentral": "3.1.1",
"sinon": "1.17.7",
"sinon-chai": "2.8.0",
"whatwg-fetch": "2.0.3"
},
"preferGlobal": false,
"private": false,
"main": "./src/ringcentral-web-phone.js",
"author": {
"name": "RingCentral, Inc.",
"email": "devsupport@ringcentral.com"
},
"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.4.2"
}