Skip to content

Commit 98a973f

Browse files
committed
init project
0 parents  commit 98a973f

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

index.js

Whitespace-only changes.

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)