Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
Change is needed to be able to use the plugin with Cordova >7. Solves #…
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-veenstra authored and Manik Sachdeva committed Feb 23, 2018
1 parent ed19cbb commit 01a21f3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 33 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
{
"name": "Cordova-Plugin-OpenTok",
"name": "com.tokbox.cordova.opentok",
"version": "3.1.2",
"description": "Add live video streaming to your Cordova Application",
"cordova": {
"id": "com.tokbox.cordova.opentok",
"platforms": [
"android",
"ios",
"browser"
]
},
"dependencies": {
"@opentok/client": "^2.13.0",
"exec": "^0.2.0",
"tar": "^2.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^0.10.1",
Expand All @@ -10,9 +24,22 @@
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1"
},
"dependencies": {
"@opentok/client": "^2.13.0",
"exec": "^0.2.0",
"tar": "^2.0.0"
}
"repository": {
"type": "git",
"url": "git+https://github.com/opentok/cordova-plugin-opentok.git"
},
"keywords": [
"opentok",
"tokbox",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-browser"
],
"author": "Manik Sachdeva",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentok/cordova-plugin-opentok/issues"
},
"homepage": "https://github.com/opentok/cordova-plugin-opentok#readme"
}

0 comments on commit 01a21f3

Please sign in to comment.