-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
40 lines (40 loc) · 870 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
40
{
"author": {
"name": "Lane Rettig"
},
"bugs": {
"url": "https://github.com/lrettig/react-native-stripe/issues"
},
"dependencies": {},
"description": "React Native wrapper for native iOS Stripe SDK",
"devDependencies": {},
"directories": {},
"homepage": "https://github.com/lrettig/react-native-stripe",
"installable": true,
"keywords": [
"android",
"ios",
"login",
"native",
"react",
"react-component",
"react-native",
"sdk",
"stripe"
],
"license": "MIT",
"main": "index",
"name": "react-native-stripe",
"optionalDependencies": {},
"peerDependencies": {
"react-native": ">=0.19"
},
"repository": {
"type": "git",
"url": "https://github.com/lrettig/react-native-stripe"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.2.2"
}