forked from sorokin0andrey/react-native-apay
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (26 loc) · 704 Bytes
/
package.json
File metadata and controls
27 lines (26 loc) · 704 Bytes
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
{
"name": "react-native-apay",
"version": "1.3.2",
"description": "React Native bridge for Apple Pay",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"demo": "cd ./Example && yarn && cd ios && pod install && cd .. && yarn start && react-native run-ios"
},
"keywords": [
"react-native",
"apple-pay",
"payments",
"pay"
],
"author": "Andrey Sorokin <sorokin0andrey@gmail.com> (https://github.com/sorokin0andrey)",
"license": "MIT",
"nativePackage": true,
"repository": {
"type": "git",
"url": "https://github.com/busfor/react-native-apay.git"
},
"peerDependencies": {
"react-native": ">=0.41.2"
}
}