-
Notifications
You must be signed in to change notification settings - Fork 97
/
package.json
40 lines (40 loc) · 1.08 KB
/
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
38
39
40
{
"name": "react-native-radio-buttons",
"version": "1.0.0",
"description": "A react component to implement custom radio buttons-like behaviors: multiple options, only on can be selected at once.",
"main": "lib/index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"demo": "cd examples && npm i && npm start"
},
"repository": {
"type": "git",
"url": "git@github.com:ArnaudRinquin/react-native-radio-buttons.git"
},
"peerDependencies": {
"prop-types": ">=15.5.0",
"react-native": ">=0.25.0"
},
"keywords": [
"react-component",
"react-native",
"ios",
"radio-buttons",
"radio",
"segmentedcontrols",
"segmented-controls"
],
"author": {
"name": "Arnaud Rinquin",
"email": "rinquin.arnaud@gmail.com",
"url": "http://github.com/ArnaudRinquin"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ArnaudRinquin/react-native-radio-buttons/issues"
},
"homepage": "https://github.com/ArnaudRinquin/react-native-radio-buttons#readme"
}