-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.17 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
{
"name": "qiyuconnect",
"title": "QiyuConnect",
"version": "1.0.0",
"description": "qiyu callcenter sdk based on JsSIP",
"main": "./src/QiyuConnect.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NSFI/7uConnect.git"
},
"keywords": [
"qiyu",
"callcenter",
"sdk",
"jssip"
],
"author": "Morrain",
"license": "MIT",
"bugs": {
"url": "https://github.com/NSFI/7uConnect/issues"
},
"homepage": "https://github.com/NSFI/7uConnect#readme",
"devDependencies": {
"acorn": "^6.0.4",
"babel-preset-es2015": "^6.24.1",
"babelify": "7.3.0",
"browserify": "^14.4.0",
"gulp": "^4.0.0",
"gulp-expect-file": "^0.0.7",
"gulp-header": "^1.8.9",
"gulp-jshint": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"debugwebrtc": "^1.0.7",
"deepmerge": "^1.5.1",
"qiyujssip": "git+https://github.com/morrain/JsSIP.git"
}
}