forked from naoufal/react-native-payments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 974 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-apple-pay",
"version": "0.0.0",
"description": "React Native library for accepting payments with Apple Pay.",
"scripts": {
"lint": "node_modules/.bin/eslint .",
"test": "npm run lint"
},
"main": "ApplePayManager.ios.js",
"repository": {
"type": "git",
"url": "https://github.com/naoufal/react-native-apple-pay.git"
},
"keywords": [
"react-native",
"react",
"native",
"apple-pay",
"pay",
"payments",
"touch-id",
"stripe",
"react-component",
"react-native-component"
],
"author": "Naoufal Kadhom <[email protected]> (https://github.com/naoufal)",
"license": "ISC",
"bugs": {
"url": "https://github.com/naoufal/react-native-apple-pay/issues"
},
"homepage": "https://github.com/naoufal/react-native-apple-pay",
"peerDependencies": {
"react-native": ">=0.4.0"
},
"devDependencies": {
"eslint": "0.24.1",
"eslint-plugin-react": "2.7.1"
}
}