forked from otalk/jingle.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.53 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
61
{
"name": "jingle",
"description": "Generic Jingle via WebRTC session manager.",
"version": "0.5.1",
"author": "Lance Stout <[email protected]>",
"bugs": "https://github.com/legastero/jingle.js/issues",
"contributors": [
"Lloyd Watkin",
"Philipp Hancke"
],
"dependencies": {
"async": "^0.9.0",
"bows": "^0.3.0",
"browserify": "^4.1.10",
"filetransfer": "^1.0.0",
"getusermedia": "^0.2.2",
"grunt": "^0.4.5",
"grunt-browserify": "^2.1.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-nsp-package": "0.0.4",
"grunt-tape": "0.0.2",
"hark": "^1.1.1",
"jshint": "^2.5.1",
"mediastream-gain": "^0.1.2",
"mockconsole": "0.0.1",
"precommit-hook": "^1.0.2",
"rtcpeerconnection": "^2.3.3",
"sdp-jingle-json": "^1.1.0",
"tape": "^2.13.3",
"uglify-js": "^2.4.14",
"underscore": "^1.6.0",
"webrtcsupport": "^0.7.3",
"wildemitter": "^1.0.1"
},
"devDependencies": {
"browserify": "4.x",
"grunt": "0.4.x",
"grunt-browserify": "2.x",
"grunt-contrib-jshint": "0.10.x",
"grunt-contrib-uglify": "0.4.x",
"grunt-nsp-package": "0.0.x",
"grunt-tape": "0.0.x",
"precommit-hook": "^1.0.0",
"tape": "2.x",
"uglify-js": "2.x"
},
"homepage": "https://github.com/legastero/jingle.js",
"keywords": [
"webrtc",
"xmpp",
"jingle"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/legastero/jingle.js.git"
},
"scripts": {}
}