2017-06-10 01:44:31 +02:00
|
|
|
{
|
|
|
|
"name": "openvidu-node-client",
|
2018-03-15 21:43:50 +01:00
|
|
|
"version": "1.8.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",
|
|
|
|
"docs": "typedoc --options ./config/typedoc.js --out ./docs ./src"
|
2017-06-10 01:44:31 +02:00
|
|
|
},
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
2018-04-23 11:07:31 +02:00
|
|
|
"@types/node": "9.6.6",
|
|
|
|
"ts-node": "6.0.0",
|
2018-01-27 19:39:49 +01:00
|
|
|
"tslint": "5.9.1",
|
2018-04-23 11:07:31 +02:00
|
|
|
"typedoc": "^0.11.1",
|
|
|
|
"typedoc-plugin-sourcefile-url": "^1.0.3",
|
|
|
|
"typescript": "2.7.2"
|
2017-06-10 01:44:31 +02:00
|
|
|
}
|
2018-03-14 18:48:29 +01:00
|
|
|
}
|