-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 939 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "react-native-livebundle",
"title": "React Native LiveBundle",
"version": "0.0.8",
"description": "LiveBundle native module",
"main": "index.js",
"files": [
"README.md",
"android",
"assets",
"index.js",
"LiveBundle.js",
"LiveBundleUI.js",
"ios",
"react-native-livebundle.podspec"
],
"repository": {
"type": "git",
"url": "git+https://github.com/electrode-io/react-native-livebundle.git",
"baseUrl": "https://github.com/electrode-io/react-native-livebundle"
},
"keywords": [
"react-native",
"livebundle"
],
"license": "Apache-2.0",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.13.1",
"react-native": ">=0.60.0-rc.0 <1.0.x",
"react-native-camera": "^3.36.0"
},
"devDependencies": {
"react": "^16.13.1",
"react-native": "^0.63.2",
"react-native-camera": "^3.36.0"
}
}