forked from crazycodeboy/react-native-check-box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·36 lines (36 loc) · 886 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": "react-native-check-box",
"version": "2.0.1",
"description": "Checkbox component for react native, it works on iOS and Android.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crazycodeboy/react-native-check-box.git"
},
"keywords": [
"react-native",
"react-native-component",
"react-native-checkbox",
"check-box",
"check",
"box",
"react-component",
"ios",
"android"
],
"author": "crazycodeboy",
"license": "MIT",
"bugs": {
"url": "https://github.com/crazycodeboy/react-native-check-box/issues"
},
"dependencies": {
"prop-types": "^15.5.7"
},
"peerDependencies": {
"react-native": ">=0.20.0"
},
"homepage": "https://github.com/crazycodeboy/react-native-check-box#readme"
}