forked from crazycodeboy/react-native-check-box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·33 lines (33 loc) · 844 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": "@rasmizzle/react-native-check-box",
"version": "2.1.8",
"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"
},
"peerDependencies": {
"react-native": ">=0.20.0"
},
"homepage": "https://github.com/crazycodeboy/react-native-check-box#readme"
}