We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 98a973fCopy full SHA for 98a973f
index.js
package.json
@@ -0,0 +1,25 @@
1
+{
2
+ "name": "react-native-webrtc-web-shim",
3
+ "version": "0.0.1",
4
+ "description": "Shim to code-share react-native-webrtc logic with Web",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/ruddell/react-native-webrtc-web-shim.git"
12
13
+ "keywords": [
14
+ "react-native",
15
+ "webrtc",
16
+ "react-native-web",
17
+ "react-native-webrtc"
18
+ ],
19
+ "author": "Jon Ruddell",
20
+ "license": "Apache-2.0",
21
+ "bugs": {
22
+ "url": "https://github.com/ruddell/react-native-webrtc-web-shim/issues"
23
24
+ "homepage": "https://github.com/ruddell/react-native-webrtc-web-shim#readme"
25
+}
0 commit comments