-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 1009 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
34
{
"name": "@paraboly/react-native-information-card",
"version": "0.1.1",
"description": "Fully customizable information card for React Native via Paraboly",
"keywords": [
"FreakyCoder",
"freakycoder",
"kuray",
"Kuray",
"react",
"react-native",
"javascript",
"ui-lib",
"rn"
],
"homepage": "https://www.freakycoder.com",
"bugs": "https://github.com/Paraboly/react-native-information-card/issues",
"main": "./lib/src/InformationCard.js",
"repository": "[email protected]:Paraboly/react-native-information-card.git",
"author": "Kuray (FreakyCoder) <[email protected]>",
"license": "MIT",
"peerDependencies": {
"react": ">= 16.x.x",
"react-native": ">= 0.55.x",
"react-native-androw": ">= 0.0.34",
"react-native-material-ripple": ">= 0.9.1",
"react-native-dynamic-vector-icons": ">= 0.1.1",
"react-native-vector-icons": ">= 6.6.0",
"react-native-svg": "^12.1.0"
},
"dependencies": {
"react-native-svg": "^12.1.0"
}
}