-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 983 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
{
"name": "webrtc-core",
"version": "0.0.2",
"description": "",
"main": "lib/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:BroadSoft-Xtended/Library-WebRTC-Core"
},
"dependencies": {
"bdsft-sdk-loader": "BroadSoft-Xtended/Library-SDK-Loader",
"bdsft-sdk-model": "BroadSoft-Xtended/Library-SDK-Model",
"bdsft-sdk-styles": "BroadSoft-Xtended/Library-SDK-Styles",
"bdsft-sdk-utils": "BroadSoft-Xtended/Library-SDK-Utils",
"debug": "^2.1.1",
"deep-extend": "0.4.0",
"ejs": "^2.6.1",
"event-emitter": "0.3.3",
"extend": "^3.0.0",
"jquery": "^3.3.1",
"jquery.cookie": "1.4.1",
"node-gyp": "^3.8.0",
"observe-js": "^0.4.2",
"rebuild": "^0.1.2"
},
"devDependencies": {
"bdsft-sdk-test": "BroadSoft-Xtended/Library-SDK-Test",
"mocha-bamboo-reporter": "1.0.6"
},
"author": "",
"license": "ISC"
}