-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
56 lines (56 loc) · 1.41 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
{
"name": "jingle-media-session",
"version": "2.3.1",
"author": "Lance Stout <[email protected]>",
"bugs": "https://github.com/otalk/jingle-media-session/issues",
"contributors": [
"Philipp Hancke <[email protected]>"
],
"dependencies": {
"extend-object": "^1.0.0",
"jingle-session": "^2.0.0",
"rtcpeerconnection": "^8.3.1"
},
"devDependencies": {
"brfs": "^1.6.1",
"browserify": "^5.11.1",
"chai": "^4.1.2",
"covert": "^1.0.0",
"jshint": "^2.5.5",
"karma": "^2.0.0",
"karma-browserify": "^5.2.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-safari-launcher": "^1.0.0",
"mocha": "^5.1.0",
"nsp": "^0.2.6",
"nyc": "^11.6.0",
"precommit-hook": "^1.0.7",
"tap-spec": "^0.2.1",
"tape": "^2.14.0",
"travis-multirunner": "^4.4.1",
"uglify-js": "^2.4.15"
},
"homepage": "https://github.com/otalk/jingle-media-session",
"keywords": [
"webrtc",
"xmpp",
"jingle"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/otalk/jingle-media-session.git"
},
"scripts": {
"lint": "jshint index.js",
"audit": "make audit",
"build": "make build",
"test": "karma start test/karma.conf.js"
}
}