-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
52 lines (52 loc) · 1.21 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
{
"name": "jingle",
"description": "Generic Jingle via WebRTC session manager.",
"version": "3.0.3",
"author": "Lance Stout <[email protected]>",
"bugs": "https://github.com/otalk/jingle.js/issues",
"contributors": [
"Philipp Hancke <[email protected]>",
"Lloyd Watkin"
],
"dependencies": {
"extend-object": "^1.0.0",
"intersect": "^0.1.0",
"jingle-filetransfer-session": "^2.0.0",
"jingle-media-session": "^2.0.0",
"jingle-session": "^2.0.0",
"wildemitter": "^1.0.1"
},
"devDependencies": {
"browserify": "^7.0.2",
"covert": "^1.0.0",
"jshint": "^2.5.5",
"nsp": "^0.5.2",
"precommit-hook": "^1.0.7",
"tap-spec": "^0.2.1",
"tape": "^2.14.0",
"testling": "^1.7.1",
"travis-multirunner": "^4.0.0",
"uglify-js": "^2.4.15"
},
"homepage": "https://github.com/otalk/jingle.js",
"keywords": [
"webrtc",
"xmpp",
"jingle"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/otalk/jingle.js.git"
},
"scripts": {
"audit": "make audit",
"build": "make build",
"test": "jshint .",
"test-travis": "test/run-tests"
},
"testling": {
"files": "test/*.js"
}
}