2017-06-10 01:44:31 +02:00
|
|
|
{
|
2018-07-23 12:06:26 +02:00
|
|
|
"author": "OpenVidu",
|
|
|
|
"dependencies": {
|
2020-04-05 20:01:56 +02:00
|
|
|
"axios": "0.19.2",
|
|
|
|
"buffer": "5.5.0"
|
2018-07-23 12:06:26 +02:00
|
|
|
},
|
|
|
|
"description": "OpenVidu Node Client",
|
|
|
|
"devDependencies": {
|
2020-04-05 20:01:56 +02:00
|
|
|
"@types/node": "13.11.0",
|
|
|
|
"grunt": "1.1.0",
|
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",
|
2019-03-26 09:55:37 +01:00
|
|
|
"grunt-contrib-uglify": "4.0.1",
|
2018-07-23 12:06:26 +02:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2019-08-09 10:07:48 +02:00
|
|
|
"grunt-postcss": "0.9.0",
|
2018-07-23 12:06:26 +02:00
|
|
|
"grunt-string-replace": "1.3.1",
|
2019-02-04 09:55:57 +01:00
|
|
|
"grunt-ts": "6.0.0-beta.22",
|
2020-04-05 20:01:56 +02:00
|
|
|
"ts-node": "8.8.2",
|
|
|
|
"tslint": "6.1.1",
|
|
|
|
"typedoc": "0.17.3",
|
|
|
|
"typescript": "3.8.3"
|
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": {
|
2019-02-11 10:44:43 +01:00
|
|
|
"build": "./node_modules/typescript/bin/tsc",
|
2020-04-05 20:01:56 +02:00
|
|
|
"docs": "./node_modules/typedoc/bin/typedoc --options ./config/typedoc.js ./src && rm -rf ../../openvidu.io-docs/docs/api/openvidu-node-client/* && cp -R ./docs/. ../../openvidu.io-docs/docs/api/openvidu-node-client"
|
2018-07-23 12:06:26 +02:00
|
|
|
},
|
|
|
|
"typings": "lib/index.d.ts",
|
2020-03-12 16:26:15 +01:00
|
|
|
"version": "2.12.0"
|
2018-06-04 14:14:17 +02:00
|
|
|
}
|