forked from jonno85/react-native-sectioned-multi-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "react-native-sectioned-multi-select",
"version": "0.8.0",
"description": "a multi (or single) select component with support for sub categories, search, chips.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-eslint": "^8.1.2",
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1"
},
"peerDependencies": {
"prop-types": "^15.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/renrizzolo/react-native-sectioned-multi-select.git"
},
"keywords": [
"select",
"multiselect",
"picker",
"category",
"react",
"native"
],
"author": "Ren Rizzolo",
"license": "MIT",
"bugs": {
"url": "https://github.com/renrizzolo/react-native-sectioned-multi-select/issues"
},
"homepage": "https://github.com/renrizzolo/react-native-sectioned-multi-select#readme"
}