-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
37 lines (37 loc) · 1016 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
35
36
37
{
"name": "react-native-btr",
"version": "2.2.1",
"description": "React Native UI Components",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thakurballary/react-native-btr.git"
},
"keywords": [
"android",
"ios",
"react-native-bottomsheet",
"react-native-checkbox",
"react-native-collapsible-card",
"react-native-color-picker",
"react-native-radio-buttons",
"react-native-snackbar",
"react-native-tags",
"react-native-ui-components",
"react-native-ui-elements"
],
"author": "Thakur Ballary",
"license": "MIT",
"bugs": {
"url": "https://github.com/thakurballary/react-native-btr/issues"
},
"homepage": "https://github.com/thakurballary/react-native-btr#readme",
"dependencies": {
"react-native-modal": "^13.0.1",
"react-native-radio-buttons-group": "^3.0.5",
"react-native-vector-icons": "^10.0.3"
}
}