forked from ThakurBallary/react-native-radio-buttons-group
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 928 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-radio-buttons-group",
"version": "3.0.3",
"description": "Simple and Best. An easy to use radio buttons for react native apps.",
"main": "./lib/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thakurballary/react-native-radio-buttons-group.git"
},
"keywords": [
"react native-radio-buttons",
"react-native-simple-radio-buttons",
"react-native",
"radio-buttons",
"radio-buttons-group",
"react-native-radio-group",
"react-native-component",
"ios",
"android",
"form",
"radio",
"button"
],
"author": "Thakur Ballary",
"license": "MIT",
"bugs": {
"url": "https://github.com/thakurballary/react-native-radio-buttons-group/issues"
},
"homepage": "https://github.com/thakurballary/react-native-radio-buttons-group#readme"
}