2017-06-10 01:44:31 +02:00
|
|
|
{
|
2018-07-23 12:06:26 +02:00
|
|
|
"author": "OpenVidu",
|
|
|
|
"dependencies": {
|
2018-08-31 13:14:14 +02:00
|
|
|
"axios": "0.18.0",
|
|
|
|
"buffer": "5.2.1"
|
2018-07-23 12:06:26 +02:00
|
|
|
},
|
|
|
|
"description": "OpenVidu Node Client",
|
|
|
|
"devDependencies": {
|
2019-01-18 21:22:41 +01:00
|
|
|
"@types/node": "10.12.18",
|
2018-07-23 12:06:26 +02:00
|
|
|
"grunt": "1.0.3",
|
|
|
|
"grunt-autoprefixer": "3.0.4",
|
2018-11-13 17:06:56 +01:00
|
|
|
"grunt-cli": "1.3.2",
|
2018-07-23 12:06:26 +02:00
|
|
|
"grunt-contrib-copy": "1.0.0",
|
|
|
|
"grunt-contrib-sass": "1.0.0",
|
2018-09-25 11:01:36 +02:00
|
|
|
"grunt-contrib-uglify": "4.0.0",
|
2018-07-23 12:06:26 +02:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
|
|
|
"grunt-string-replace": "1.3.1",
|
2018-08-31 13:14:14 +02:00
|
|
|
"grunt-ts": "6.0.0-beta.21",
|
|
|
|
"ts-node": "7.0.1",
|
2019-01-18 21:22:41 +01:00
|
|
|
"tslint": "5.12.1",
|
|
|
|
"typedoc": "0.14.2",
|
|
|
|
"typescript": "3.2.4"
|
2018-07-23 12:06:26 +02:00
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"name": "openvidu-node-client",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/OpenVidu/openvidu"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
|
|
|
"docs": "grunt --gruntfile config/typedoc/custom-theme/gruntfile.js && typedoc --options ./config/typedoc/typedoc.js --out ./docs ./src && rm -rf ../../openvidu.io/api/openvidu-node-client/* && cp -R ./docs/. ../../openvidu.io/api/openvidu-node-client"
|
|
|
|
},
|
|
|
|
"typings": "lib/index.d.ts",
|
2018-10-01 11:43:19 +02:00
|
|
|
"version": "2.5.0"
|
2018-06-04 14:14:17 +02:00
|
|
|
}
|