-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
47 lines (47 loc) · 1.14 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
{
"name": "react-native-selectmultiple-button",
"version": "0.1.105",
"private": false,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": ">=16.2.0",
"react-native": ">=0.53.0"
},
"devDependencies": {
"babel-jest": "22.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "22.2.1",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
},
"description": "A button (or a group buttons) for multiple or radio selection by building with React Native",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/danceyoung/react-native-selectmultiple-button.git"
},
"keywords": [
"react-native",
"react",
"ios",
"android",
"multiple",
"select",
"checkbox",
"radio",
"button",
"tag",
"multi select"
],
"author": "danceyoung",
"license": "MIT",
"bugs": {
"url": "https://github.com/danceyoung/react-native-selectmultiple-button/issues"
},
"homepage": "https://github.com/danceyoung/react-native-selectmultiple-button#readme"
}