-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.52 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
{
"name": "kws-content-api",
"version": "4.3.23-SNAPSHOT",
"description": "Kurento Content Management API for Web SDK",
"homepage": "http://www.kurento.org",
"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 kwsContentApi:. -c node_modules/qunit-reporter-junit test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Kurento/kws-content-api.git"
},
"bugs": {
"url": "https://github.com/Kurento/kws-content-api/issues",
"email": "[email protected]"
},
"keywords": [
"API",
"content",
"Kurento",
"KWS",
"SDK",
"web",
"WebRTC"
],
"dependencies": {
"inherits": "^2.0.1",
"kws-rpc-builder": "git://github.com/Kurento/kws-rpc-builder.git#develop",
"xmlhttprequest": "piranna/node-XMLHttpRequest"
},
"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-jshint": "~0.10.0",
"grunt-jsdoc": "~0.5.6",
"grunt-npm2bower-sync": "^0.4.0",
"grunt-shell": "^0.7.0",
"minifyify": "~3.0.12",
"nock": "~0.42.1",
"qunit-cli": "ShareIt-project/qunit-cli",
"qunit-reporter-junit": "piranna/qunit-reporter-junit",
"qunitjs": "~1.14.0"
}
}