forked from klarna/react-native-klarna-inapp-sdk
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 959 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
{
"name": "react-native-klarna-inapp-sdk",
"title": "React Native Klarna In-App SDK",
"version": "2.0.0",
"description": "This library wraps Klarna’s In-App SDK and exposes its functionality as React Native components. It currently supports Klarna Payments via a Payment View component.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/klarna/react-native-klarna-inapp-sdk.git",
"baseUrl": "https://github.com/klarna/react-native-klarna-inapp-sdk"
},
"keywords": [
"react-native",
"klarna",
"sdk"
],
"author": {
"name": "In-App Team @ Klarna",
"email": "[email protected]"
},
"license": "Apache-2.0",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.5.0",
"react-native": ">=0.57.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.5.0",
"react-native": "^0.59.4"
}
}