mirror of https://github.com/OpenVidu/openvidu.git
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"author": "OpenVidu",
|
|
"dependencies": {
|
|
"axios": "0.19.0",
|
|
"buffer": "5.2.1"
|
|
},
|
|
"description": "OpenVidu Node Client",
|
|
"devDependencies": {
|
|
"@types/node": "12.0.4",
|
|
"grunt": "1.0.4",
|
|
"grunt-autoprefixer": "3.0.4",
|
|
"grunt-cli": "1.3.2",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-contrib-sass": "1.0.0",
|
|
"grunt-contrib-uglify": "4.0.1",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-string-replace": "1.3.1",
|
|
"grunt-ts": "6.0.0-beta.22",
|
|
"ts-node": "8.2.0",
|
|
"tslint": "5.17.0",
|
|
"typedoc": "0.14.2",
|
|
"typescript": "3.5.1"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"main": "lib/index.js",
|
|
"name": "openvidu-node-client",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/OpenVidu/openvidu"
|
|
},
|
|
"scripts": {
|
|
"build": "./node_modules/typescript/bin/tsc",
|
|
"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"
|
|
},
|
|
"typings": "lib/index.d.ts",
|
|
"version": "2.10.0"
|
|
}
|