forked from Kurento/kurento-utils-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.84 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
64
65
66
67
68
69
70
71
72
{
"name": "kurento-utils",
"version": "6.6.4-dev",
"description": "Kurento Utilities",
"homepage": "http://www.kurento.org",
"license": "ALv2",
"author": "Kurento <info@kurento.org> (http://kurento.org)",
"contributors": [
"Ivan Gracia <izanmail@gmail.com>",
"Jesus Leganes 'piranna' <piranna@gmail.com>"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "Kurento/kurento-utils-js"
},
"bugs": {
"url": "https://github.com/Kurento/kurento-utils-js/issues",
"email": "info@kurento.com"
},
"keywords": [
"API",
"Kurento",
"WebRTC"
],
"scripts": {
"coveralls": "scripts/coveralls",
"test": "scripts/test"
},
"devDependencies": {
"bower": "~1.7.9",
"browserify": "^13.0.1",
"browserify-optional": "^1.0.0",
"coveralls": "~2.11.2",
"fs-extra": "^0.30.0",
"grunt": "^0.4.0",
"grunt-browserify": "~5.0.0",
"grunt-cli": "~1.2.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-githooks": "^0.6.0",
"grunt-jsbeautifier": "^0.2.10",
"grunt-jscoverage": "^0.1.3",
"grunt-jsdoc": "^2.1.0",
"grunt-npm2bower-sync": "^0.9.1",
"grunt-shell": "^1.1.2",
"minifyify": "^7.3.3",
"node-static": "^0.7.6",
"qunit-assert-canvas": "^1.0.6",
"qunit-reporter-junit": "KurentoForks/qunit-reporter-junit#1.0.3",
"qunit-reporter-lcov": "^1.0.2",
"qunitjs": "^1.23.1",
"selenium-webdriver": "2.53.2",
"xml2js": "^0.4.9",
"chromedriver": "^2.21.2"
},
"dependencies": {
"freeice": "^2.1.2",
"hark": "1.1.3",
"inherits": "^2.0.1",
"merge": "^1.2.0",
"sdp-translator": "^0.1.15",
"ua-parser-js": "^0.7.7",
"uuid": "~2.0.1"
},
"peerDependencies": {
"react-native-webrtc": "^1.58.3"
},
"optionalDependencies": {
"kurento-browser-extensions": "*"
}
}