forked from peacechen/react-native-modal-selector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.35 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
50
51
{
"name": "react-native-modal-selector",
"version": "0.0.18",
"description": "A cross-platform (iOS / Android), selector/picker component for React Native that is highly customizable and supports sections.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "git push && git push --tags",
"lint": "eslint ./",
"lint-fix": "eslint --fix ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peacechen/react-native-modal-selector.git"
},
"keywords": [
"react-native",
"dropdown",
"popover",
"select",
"picker",
"modal",
"ios",
"android",
"react-component"
],
"dependencies": {
"prop-types": "^15.5.10"
},
"author": "Daniel Korger <dan@imake.io>",
"contributors": [
"Alex Spring <notlose@hotmail.com>",
"Peace Chen (https://github.com/peacechen)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/peacechen/react-native-modal-selector/issues"
},
"homepage": "https://github.com/peacechen/react-native-modal-selector",
"directories": {
"doc": "docs"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.4.1",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-react": "^7.2.1",
"eslint-plugin-react-native": "^3.0.1"
}
}