forked from nimbleape/JsSIP
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.49 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
56
57
58
59
60
{
"name": "jssip",
"title": "JsSIP",
"description": "the Javascript SIP library",
"version": "3.2.11",
"homepage": "http://jssip.net",
"author": "José Luis Millán <[email protected]> (https://github.com/jmillan)",
"contributors": [
"Iñaki Baz Castillo <[email protected]> (https://github.com/ibc)",
"Saúl Ibarra Corretgé <[email protected]> (https://github.com/saghul)"
],
"main": "lib/JsSIP.js",
"keywords": [
"sip",
"websocket",
"webrtc",
"node",
"browser",
"library"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/versatica/JsSIP.git"
},
"bugs": {
"url": "https://github.com/versatica/JsSIP/issues"
},
"dependencies": {
"debug": "^3.1.0",
"events": "^2.0.0",
"react-native-debug": "^3.0.0",
"sdp-transform": "^2.4.1",
"webrtc-adapter": "^6.1.5"
},
"devDependencies": {
"ansi-colors": "^1.1.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"browserify": "^16.2.0",
"eslint": "^4.19.1",
"fancy-log": "^1.3.2",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-eslint": "^4.0.2",
"gulp-expect-file": "0.0.7",
"gulp-header": "^2.0.5",
"gulp-nodeunit-runner": "^0.2.2",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"pegjs": "^0.7.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"scripts": {
"test": "gulp test",
"prepublishOnly": "gulp babel"
}
}