-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.2 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
41
42
43
44
45
46
47
48
49
{
"name": "react-native-group-checkbox",
"version": "1.0.3",
"license": "MIT",
"description": "react-native checkboxes component for ios and android",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.6.3",
"react-native": "0.58.3",
"prop-types": "^15.5.7"
},
"devDependencies": {
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "24.0.0",
"jest": "24.0.0",
"metro-react-native-babel-preset": "0.51.1",
"react-test-renderer": "16.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/tdle94/react-native-group-checkbox.git"
},
"author": "Tuyen Le",
"homepage": "https://github.com/tdle94/react-native-group-checkbox",
"bugs": "https://github.com/tdle94/react-native-group-checkbox/issues",
"keywords": [
"react-native",
"react-native-component",
"react-native-checkbox",
"react-native-checkboxes",
"react-native-group-checkboxes",
"check-boxes",
"check-box",
"check",
"box",
"react-component",
"ios",
"android"
],
"jest": {
"preset": "react-native"
},
"standard": {
"parser": "babel-eslint"
}
}