-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
37 lines (37 loc) · 863 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
{
"name": "react-native-wallet",
"version": "1.0.8",
"description": "Apple Wallet ReactNative module.",
"files": [
"src",
"ios",
"react-native-wallet.podspec"
],
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erikpoort/react-native-wallet.git"
},
"keywords": [
"react",
"react-native",
"native",
"apple",
"wallet"
],
"author": "Erik Poort",
"license": "MIT License",
"bugs": {
"url": "https://github.com/erikpoort/react-native-wallet/issues"
},
"homepage": "https://github.com/erikpoort/react-native-wallet#readme",
"dependencies": {},
"peerDependencies": {
"react": ">=16.0.0-alpha.6",
"react-native": ">=0.46.0"
}
}