-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
62 lines (62 loc) · 2.18 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"_args": [
[
"git+https://github.com/mynorth/react-native-stripe-terminal.git#stripe-terminal-2",
"/Users/derek/react/geotix"
]
],
"_from": "git+https://github.com/mynorth/react-native-stripe-terminal.git#stripe-terminal-2",
"_id": "react-native-stripe-terminal@git+https://github.com/mynorth/react-native-stripe-terminal.git#94b4a8f857cc270a38dc34bb16f9a0640f311643",
"_inBundle": false,
"_integrity": "",
"_location": "/react-native-stripe-terminal",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "git+https://github.com/mynorth/react-native-stripe-terminal.git#stripe-terminal-2",
"rawSpec": "git+https://github.com/mynorth/react-native-stripe-terminal.git#stripe-terminal-2",
"saveSpec": "git+https://github.com/mynorth/react-native-stripe-terminal.git#stripe-terminal-2",
"fetchSpec": "https://github.com/mynorth/react-native-stripe-terminal.git",
"gitCommittish": "stripe-terminal-2"
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/mynorth/react-native-stripe-terminal.git#94b4a8f857cc270a38dc34bb16f9a0640f311643",
"_spec": "git+https://github.com/mynorth/react-native-stripe-terminal.git#stripe-terminal-2",
"_where": "/Users/derek/react/geotix",
"author": {
"name": "Theo Patt",
"email": "theo@theopatt.com"
},
"bugs": {
"url": "https://github.com/theopolisme/react-native-stripe-terminal/issues"
},
"deprecated": false,
"description": "React Native Stripe Terminal",
"homepage": "https://github.com/theopolisme/react-native-stripe-terminal#readme",
"keywords": [
"react-native"
],
"license": "MIT",
"licenseFilename": "LICENSE",
"main": "index.js",
"name": "react-native-stripe-terminal",
"peerDependencies": {
"react": "^17.0.0",
"react-native": "^0.64.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theopolisme/react-native-stripe-terminal.git",
"baseUrl": "https://github.com/theopolisme/react-native-stripe-terminal"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"title": "React Native Stripe Terminal",
"version": "2.0.0",
"dependencies": {
"eventemitter3": "^4.0.7"
}
}