-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 831 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-btn",
"version": "0.1.1",
"description": "Custom Radio button component for React Native",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:shankariyerr/react-native-radio-btn.git"
},
"keywords": [
"react-native",
"radio",
"custom-radio-button",
"button",
"radio-button",
"react-component",
"ios",
"android",
"radio-buttons"
],
"peerDependencies": {
"react-native": ">= 0.25"
},
"author": "shankariyerr (https://github.com/shankariyerr)",
"license": "MIT",
"bugs": {
"url": "https://github.com/shankariyerr/react-native-radio-btn/issues"
},
"homepage": "https://github.com/shankariyerr/react-native-radio-btn"
}