-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 946 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
{
"name": "kurento-module-chroma",
"version": "7.1.0",
"description": "JavaScript Client API for Kurento Media Server",
"repository": {
"type": "git",
"url": "https://github.com/Kurento/kurento-module-chroma-js.git"
},
"scripts": {
"prepublish": "grunt"
},
"dependencies": {
"es6-promise": "^2.0.1",
"inherits": "^2.0.1",
"promisecallback": "^0.0.3"
},
"devDependencies": {
"bower": "^1.0.0",
"grunt": "^1.0.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-jsdoc": "^2.0.0",
"grunt-npm2bower-sync": "^0.9.1",
"grunt-shell": "^3.0.0",
"minifyify": "^7.0.0"
},
"keywords": [
"Kurento",
"module",
"plugin"
],
"main": "lib/index.js",
"license": "ALv2",
"homepage": "https://kurento.openvidu.io/",
"author": "Kurento <kurento@openvidu.io> (https://kurento.openvidu.io/)",
"bugs": {
"email": "kurento@openvidu.io"
}
}