forked from owslab/kurento-utils-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.74 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
{
"name": "kurento-utils-temasys",
"version": "6.4.1-dev",
"description": "Kurento Utilities with Temasys Plugin",
"homepage": "http://www.kurento.org",
"license": "LGPL-2.1",
"author": "Kurento <[email protected]> (http://kurento.org)",
"contributors": [
"GiangNDM <[email protected]>"
],
"main": "dist/kurento-utils.js",
"repository": {
"type": "git",
"url": "owslab/kurento-utils-js"
},
"bugs": {
"url": "https://github.com/owslab/kurento-utils-js/issues",
"email": "[email protected]"
},
"keywords": [
"API",
"Kurento",
"WebRTC",
"Temasys"
],
"scripts": {
"coveralls": "scripts/coveralls",
"test": "scripts/test"
},
"devDependencies": {
"bower": "~1.4.1",
"browserify": "^10.2.4",
"browserify-optional": "^1.0.0",
"uuid": "~2.0.1",
"coveralls": "~2.11.2",
"fs-extra": "^0.19.0",
"grunt": "^0.4.5",
"grunt-browserify": "~3.8.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-githooks": "^0.3.1",
"grunt-jsbeautifier": "^0.2.10",
"grunt-jscoverage": "^0.1.3",
"grunt-jsdoc": "^0.6.7",
"grunt-npm2bower-sync": "^0.9.1",
"grunt-shell": "^1.1.2",
"minifyify": "~7.0.1",
"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.18.0",
"selenium-webdriver": "2.47.0",
"xml2js": "^0.4.9",
"sdp-translator": "^0.1.15"
},
"dependencies": {
"freeice": "^2.1.2",
"inherits": "^2.0.1",
"merge": "^1.2.0",
"ua-parser-js": "^0.7.7",
"hark": "1.1.3"
},
"optionalDependencies": {
"kurento-browser-extensions": "*"
}
}