-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
57 lines (57 loc) · 1.52 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
{
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-tOhKiY/jswf1FFFKMJRRT3BYJx0VO14bauLG4e85mcyEMqL4aDNtdul2l9dRIDkD54ou5TUAwJrsxeYuGc5B4Q==",
"_location": "/adyen-react-native",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "adyen-react-native",
"escapedName": "adyen-react-native",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/adyen-react-native/-/adyen-react-native-1.3.0.tgz",
"_shasum": "c587f6803248b1cc234eb2c9235c3758cb0b0f03",
"_spec": "[email protected]",
"_where": "/Users/macbook/Projects/hybrid-mobile-app",
"author": {
"name": "Dmitry Belov"
},
"bugs": {
"url": "https://github.com/dmitry-blackwave/adyen-react-native/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "React Native bridge for Adyen Swift SDK and Adyen Android SDK",
"homepage": "https://github.com/dmitry-blackwave/adyen-react-native#readme",
"keywords": [
"Adyen",
"Adyen",
"SDK",
"Android",
"Java",
"Swift",
"iOS",
"adyen"
],
"license": "MIT",
"main": "index.js",
"name": "adyen-react-native",
"repository": {
"type": "git",
"url": "git+https://github.com/dmitry-blackwave/adyen-react-native.git"
},
"scripts": {
"test": "test"
},
"version": "1.3.0"
}