2017-06-10 01:44:31 +02:00
|
|
|
{
|
|
|
|
"name": "openvidu-node-client",
|
2018-06-27 15:21:40 +02:00
|
|
|
"version": "2.2.0",
|
2017-09-26 11:33:23 +02:00
|
|
|
"description": "OpenVidu Node Client",
|
|
|
|
"author": "OpenVidu",
|
2017-09-25 10:24:25 +02:00
|
|
|
"license": "Apache-2.0",
|
2017-09-26 11:33:23 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/OpenVidu/openvidu"
|
|
|
|
},
|
2017-06-10 01:44:31 +02:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"typings": "lib/index.d.ts",
|
|
|
|
"scripts": {
|
2018-04-23 11:07:31 +02:00
|
|
|
"build": "tsc",
|
2018-04-26 17:47:40 +02:00
|
|
|
"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"
|
2017-06-10 01:44:31 +02:00
|
|
|
},
|
2018-06-04 14:14:17 +02:00
|
|
|
"dependencies": {
|
|
|
|
"axios": "^0.18.0",
|
|
|
|
"buffer": "^5.1.0"
|
|
|
|
},
|
2017-06-10 01:44:31 +02:00
|
|
|
"devDependencies": {
|
2018-06-11 13:08:30 +02:00
|
|
|
"@types/node": "10.3.2",
|
2018-06-04 14:14:17 +02:00
|
|
|
"ts-node": "6.1.0",
|
|
|
|
"tslint": "5.10.0",
|
2018-04-23 11:07:31 +02:00
|
|
|
"typedoc": "^0.11.1",
|
|
|
|
"typedoc-plugin-sourcefile-url": "^1.0.3",
|
2018-06-04 14:14:17 +02:00
|
|
|
"typescript": "2.9.1",
|
|
|
|
"grunt": "1.0.3",
|
|
|
|
"grunt-autoprefixer": "3.0.4",
|
|
|
|
"grunt-cli": "1.2.0",
|
|
|
|
"grunt-contrib-copy": "1.0.0",
|
|
|
|
"grunt-contrib-sass": "1.0.0",
|
|
|
|
"grunt-contrib-uglify": "3.3.0",
|
|
|
|
"grunt-contrib-watch": "1.1.0",
|
|
|
|
"grunt-string-replace": "1.3.1",
|
|
|
|
"grunt-ts": "6.0.0-beta.19"
|
2017-06-10 01:44:31 +02:00
|
|
|
}
|
2018-06-04 14:14:17 +02:00
|
|
|
}
|