forked from moschan/react-native-simple-radio-button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 756 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
{
"name": "react-native-simple-radio-button",
"version": "2.6.2",
"description": "simple and useful animated radio button component for React Native",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moschan/react-native-simple-radio-button.git"
},
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"form",
"button",
"radio-button"
],
"author": "moschan <kota.frsw@gmail.com> (http://moschan.com/blog/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/moschan/react-native-simple-radio-button/issues"
},
"homepage": "https://github.com/moschan/react-native-simple-radio-button#readme"
}