-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json_sockjs
62 lines (62 loc) · 1.44 KB
/
package.json_sockjs
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
62
{
"name": "kws-media-api",
"version": "0.0.1",
"description": "Media API for the Kurento Web SDK",
"homepage": "http://www.kurento.com",
"license": "LGPL",
"author": "Kurento <[email protected]> (http://kurento.org)",
"contributors": [
{
"name": "Jesús Leganés Combarro 'piranna'",
"email": "[email protected]",
"url": "http://pirannafs.blogspot.com.es"
}
],
"main": "lib/index.js",
"scripts": {
"test": "qunit-cli -c KwsMedia:. test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Kurento/kws-media-api.git"
},
"bugs": {
"url": "https://github.com/Kurento/kws-media-api/issues",
"email": "[email protected]"
},
"keywords": [
"API",
"Kurento",
"KWS",
"media",
"SDK",
"web",
"WebRTC"
],
"dependencies": {
"async": "~0.2.9",
"extend": "~1.2.1",
"inherits": "~2.0.1",
"rpc-builder": "~0.0.3",
"ws": "~0.4.31"
},
"devDependencies": {
"bower": "latest",
"grunt": "latest",
"grunt-browserify": "latest",
"grunt-cli": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "latest",
"grunt-curl": "latest",
"grunt-jsdoc": "latest",
"nock": "latest",
"qunit-cli": "ShareIt-project/qunit-cli",
"qunitjs": "~1.14.0",
"wock": "latest"
},
"browser": {
"ws": "./shims/ws-sockjs-shim.js"
}
}