forked from flashphoner/flashphoner_client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1004 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
{
"name": "@flashphoner/websdk",
"version": "2.0",
"description": "Official Flashphoner WebCallServer WebSDK package",
"main": "./src/flashphoner-core.js",
"dependencies": {
"adapterjs": "0.14.3",
"es6-promise": "4.0.5",
"promise-polyfill": "^6.0.1",
"swfobject": "^2.2.1",
"uuid": "^3.1.0",
"webrtc-adapter": "^7.2.6",
"kalmanjs": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"babelify": "^10.0.0",
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib": "^0.11.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-flash-compiler": "^0.2.1",
"grunt-jsdoc": "^2.1.0",
"grunt-string-replace": "^1.3.0",
"grunt-terser": "^1.0.0",
"mocha": "^2.5.3"
},
"keywords": [
"Flashphoner",
"WebCallServer",
"WebSDK"
],
"author": "Flashphoner",
"license": "MIT"
}