-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 1003 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
{
"name": "radio-buttons-react-native-expo",
"version": "1.0.0",
"description": "Animated radio buttons component for react native and Expo with accessibility",
"main": "RadioButtonRN.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webuijorgeGL/radio-buttons-react-native-expo-accessibility.git"
},
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"form",
"button",
"radio-button",
"radio-buttons",
"react-native-radio-button",
"animated",
"react",
"mobile"
],
"author": "Jorge Suarez <jorgsuau@live.com.co> See the credits.",
"license": "MIT",
"bugs": {
"url": "https://github.com/webuijorgeGL/radio-buttons-react-native-expo-accessibility/issues"
},
"homepage": "https://github.com/webuijorgeGL/radio-buttons-react-native-expo-accessibility#readme",
"directories": {
"example": "example"
}
}