forked from sconxu/react-native-checkbox
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 745 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
{
"name": "react-native-checkbox",
"version": "2.0.0",
"description": "Checkbox component for React native",
"main": "checkbox.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sconxu/react-native-checkbox.git"
},
"keywords": [
"react-native",
"checkbox",
"component",
"react-component",
"react-native",
"ios"
],
"author": "Bogdan Carmanus <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/sconxu/react-native-checkbox/issues"
},
"homepage": "https://github.com/sconxu/react-native-checkbox#readme",
"dependencies": {
"prop-types": "^15.5.10"
}
}