forked from EmpyrNetwork/empyr-react-native-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 861 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
{
"name": "empyr-react-native-bridge",
"title": "Empyr React Native Bridge",
"version": "1.0.3",
"description": "This library is intended to help ease the integration effort for partners that participate in the Empyr Offer Platform.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/EmpyrNetwork/empyr-react-native-bridge.git",
"baseUrl": "https://github.com/EmpyrNetwork/empyr-react-native-bridge"
},
"keywords": [
"empyr-react-native-bridge"
],
"author": {
"name": "Jason Bausewein",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.59.0 <1.0.x"
},
"devDependencies": {
"react": "^16.8.3",
"react-native": "^0.59.10"
}
}