-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 930 Bytes
/
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
{
"name": "kws-utils",
"version": "4.3.23-SNAPSHOT",
"description": "Kurento Utilities",
"homepage": "http://www.kurento.org",
"license": "LGPL",
"author": "Kurento <[email protected]> (http://kurento.org)",
"contributors": [
"Ivan Gracia <[email protected]>"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Kurento/kws-utils.git"
},
"bugs": {
"url": "https://github.com/Kurento/kws-utils/issues",
"email": "[email protected]"
},
"keywords": [
"API",
"Kurento",
"KWS",
"SDK",
"web",
"WebRTC"
],
"devDependencies": {
"bower": "~1.3.8",
"grunt": "~0.4.5",
"grunt-browserify": "~2.1.3",
"grunt-npm2bower-sync": "^0.4.0",
"grunt-jsdoc": "^0.5.6",
"grunt-shell": "^0.7.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"minifyify": "~3.0.12",
"browserify": "~4.2.3"
}
}