-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 987 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 987 Bytes
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
{
"name": "@wiicamp/react-native-selector",
"version": "2.0.2",
"description": "A flexible select component for React Native.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wiicamp/react-native-selector.git"
},
"keywords": [
"select",
"selector",
"selection",
"react-native",
"material",
"dropdown"
],
"author": "Thai Ha <vinhthai997@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wiicamp/react-native-selector/issues"
},
"homepage": "https://github.com/wiicamp/react-native-selector#readme",
"dependencies": {
"prop-types": "^15.7.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.8.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6"
}
}