mirror of https://github.com/OpenVidu/openvidu.git
openvidu-node-client: package.json dependencies updated
parent
71dd064780
commit
56edac65ad
File diff suppressed because it is too large
Load Diff
|
@ -1,26 +1,25 @@
|
||||||
{
|
{
|
||||||
"author": "OpenVidu",
|
"author": "OpenVidu",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.18.0",
|
"axios": "0.18.0",
|
||||||
"buffer": "^5.1.0"
|
"buffer": "5.2.1"
|
||||||
},
|
},
|
||||||
"description": "OpenVidu Node Client",
|
"description": "OpenVidu Node Client",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "10.3.2",
|
"@types/node": "10.9.4",
|
||||||
"grunt": "1.0.3",
|
"grunt": "1.0.3",
|
||||||
"grunt-autoprefixer": "3.0.4",
|
"grunt-autoprefixer": "3.0.4",
|
||||||
"grunt-cli": "1.2.0",
|
"grunt-cli": "1.3.1",
|
||||||
"grunt-contrib-copy": "1.0.0",
|
"grunt-contrib-copy": "1.0.0",
|
||||||
"grunt-contrib-sass": "1.0.0",
|
"grunt-contrib-sass": "1.0.0",
|
||||||
"grunt-contrib-uglify": "3.3.0",
|
"grunt-contrib-uglify": "3.4.0",
|
||||||
"grunt-contrib-watch": "1.1.0",
|
"grunt-contrib-watch": "1.1.0",
|
||||||
"grunt-string-replace": "1.3.1",
|
"grunt-string-replace": "1.3.1",
|
||||||
"grunt-ts": "6.0.0-beta.19",
|
"grunt-ts": "6.0.0-beta.21",
|
||||||
"ts-node": "6.1.0",
|
"ts-node": "7.0.1",
|
||||||
"tslint": "5.10.0",
|
"tslint": "5.11.0",
|
||||||
"typedoc": "^0.11.1",
|
"typedoc": "0.12.0",
|
||||||
"typedoc-plugin-sourcefile-url": "^1.0.3",
|
"typescript": "3.0.3"
|
||||||
"typescript": "2.9.1"
|
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
|
|
Loading…
Reference in New Issue