-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 876 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 876 Bytes
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
{
"name": "@paraboly/react-native-button-card-view",
"version": "0.0.1",
"description": "Button based list card view for React Native via Paraboly.",
"keywords": [
"FreakyCoder",
"freakycoder",
"kuray",
"Kuray",
"react",
"react-native",
"javascript",
"ui-lib",
"rn"
],
"homepage": "https://www.paraboly.com",
"bugs": "https://github.com/Paraboly/react-native-button-card-view/issues",
"main": "./lib/src/ButtonCardView.js",
"repository": "git@github.com:Paraboly/react-native-button-card-view.git",
"author": "Kuray (FreakyCoder) <kurayogun@gmail.com>",
"license": "MIT",
"peerDependencies": {
"react": ">= 16.x.x",
"react-native": ">= 0.55.x",
"react-native-androw": ">= 0.0.34",
"react-native-user-avatar": ">= 1.0.4",
"@freakycoder/react-native-helpers": ">= 0.1.0"
},
"dependencies": {}
}