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