-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
63 lines (63 loc) · 1.73 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
62
63
{
"name": "kws-media-api",
"version": "4.3.23-SNAPSHOT",
"description": "Media API for the Kurento Web SDK",
"homepage": "http://www.kurento.org",
"license": "LGPL",
"author": "Kurento <info@kurento.com> (http://kurento.org)",
"contributors": [
{
"name": "Jesús Leganés Combarro 'piranna'",
"email": "piranna@gmail.com",
"url": "http://pirannafs.blogspot.com.es"
}
],
"main": "lib/KwsMedia.js",
"scripts": {
"test": "qunit-cli -c KwsMedia:. -c node_modules/qunit-reporter-junit -c wock:node_modules/wock -c test/_common.js -c test/_proxy.js 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": "info@kurento.com"
},
"keywords": [
"API",
"Kurento",
"KWS",
"media",
"SDK",
"web",
"WebRTC"
],
"dependencies": {
"async": "~0.9.0",
"es6-promise": "1.0.0",
"extend": "~1.3.0",
"inherits": "~2.0.1",
"kws-rpc-builder": "git://github.com/Kurento/kws-rpc-builder.git#develop",
"reconnect-ws": "KurentoForks/reconnect-ws"
},
"devDependencies": {
"bower": "~1.3.8",
"grunt": "~0.4.5",
"grunt-browserify": "~2.1.3",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-curl": "~2.0.2",
"grunt-jsdoc": "~0.5.6",
"grunt-npm2bower-sync": "^0.4.0",
"grunt-shell": "^0.7.0",
"minifyify": "~3.0.12",
"qunit-assert-canvas": "^1.0.1",
"qunit-cli": "KurentoForks/qunit-cli",
"qunit-reporter-junit": "KurentoForks/qunit-reporter-junit",
"qunitjs": "~1.14.0",
"wock": "^0.1.1"
}
}