-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "@dev-postpay/widget-react-native",
"version": "0.1.21",
"description": "React Native Postpay Widget",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postpayio/postpay-widget-react-native.git"
},
"keywords": [
"react-native",
"react-native-postpay-widget",
"postpay-widget-react-native",
"react-native-postpay",
"postpay"
],
"author": "Postpay <dev@postpay.io> (https://github.com/postpayio)",
"license": "MIT",
"dependencies": {
"react-native-autoheight-webview": "^1.5.8"
},
"devDependencies": {
"@react-native-community/eslint-config": "^2.0.0",
"eslint": "^7.9.0",
"react": "^16.9.0"
},
"peerDependencies": {
"react-native-webview": "^9.3.0"
},
"bugs": {
"url": "https://github.com/postpayio/postpay-widget-react-native/issues"
},
"homepage": "https://github.com/postpayio/postpay-widget-react-native#readme"
}