mirror of https://github.com/OpenVidu/openvidu.git
NPM package.json files updated
parent
64359cd8ef
commit
7ecd70f7d5
|
@ -2,6 +2,8 @@
|
||||||
"name": "openvidu-browser",
|
"name": "openvidu-browser",
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
"description": "OpenVidu Browser",
|
"description": "OpenVidu Browser",
|
||||||
|
"author": "OpenVidu",
|
||||||
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/OpenVidu/openvidu"
|
"url": "git://github.com/OpenVidu/openvidu"
|
||||||
|
@ -16,8 +18,6 @@
|
||||||
"prepublish": "cd ts && tsc",
|
"prepublish": "cd ts && tsc",
|
||||||
"developing": "cd ts && tsc -w"
|
"developing": "cd ts && tsc -w"
|
||||||
},
|
},
|
||||||
"author": "OpenVidu",
|
|
||||||
"license": "Apache-2.0",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"wolfy87-eventemitter": "4.2.9",
|
"wolfy87-eventemitter": "4.2.9",
|
||||||
"@types/wolfy87-eventemitter": "4.2.31",
|
"@types/wolfy87-eventemitter": "4.2.31",
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "openvidu-node-client",
|
"name": "openvidu-node-client",
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
|
"description": "OpenVidu Node Client",
|
||||||
|
"author": "OpenVidu",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/OpenVidu/openvidu"
|
||||||
|
},
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"typings": "lib/index.d.ts",
|
"typings": "lib/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue