2017-06-10 01:44:31 +02:00
|
|
|
{
|
2018-07-23 12:06:26 +02:00
|
|
|
"author": "OpenVidu",
|
|
|
|
"dependencies": {
|
2019-05-31 14:51:39 +02:00
|
|
|
"axios": "0.19.0",
|
2018-08-31 13:14:14 +02:00
|
|
|
"buffer": "5.2.1"
|
2018-07-23 12:06:26 +02:00
|
|
|
},
|
|
|
|
"description": "OpenVidu Node Client",
|
|
|
|
"devDependencies": {
|
2019-07-29 10:19:31 +02:00
|
|
|
"@types/node": "12.6.8",
|
2019-03-26 09:55:37 +01:00
|
|
|
"grunt": "1.0.4",
|
2018-07-23 12:06:26 +02:00
|
|
|
"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",
|
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",
|
|
|
|
"grunt-string-replace": "1.3.1",
|
2019-02-04 09:55:57 +01:00
|
|
|
"grunt-ts": "6.0.0-beta.22",
|
2019-07-01 10:51:25 +02:00
|
|
|
"ts-node": "8.3.0",
|
|
|
|
"tslint": "5.18.0",
|
2019-07-29 10:19:31 +02:00
|
|
|
"typedoc": "0.15.0",
|
|
|
|
"typescript": "3.5.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",
|
2019-04-23 12:52:37 +02:00
|
|
|
"docs": "./node_modules/typedoc/bin/typedoc --options ./config/typedoc.js --out ./docs ./src && rm -rf ../../openvidu.io/api/openvidu-node-client/* && cp -R ./docs/. ../../openvidu.io/api/openvidu-node-client"
|
2018-07-23 12:06:26 +02:00
|
|
|
},
|
|
|
|
"typings": "lib/index.d.ts",
|
2019-07-29 17:06:24 +02:00
|
|
|
"version": "2.11.0"
|
2018-06-04 14:14:17 +02:00
|
|
|
}
|