forked from mxck/react-native-material-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.02 KB
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
{
"name": "react-native-material-menu",
"version": "0.0.10",
"description": "Material Menu for React Native",
"main": "src/index.js",
"keywords": [
"react-native",
"react",
"menu",
"material-menu",
"react-component",
"material",
"dropdown"
],
"author": "Maksim Milyutin <mmxckk@gmail.com> (https://github.com/mxck)",
"license": "MIT",
"devDependencies": {
"babel-eslint": "~8.0.0",
"eslint": "~4.10.0",
"eslint-config-airbnb": "~16.1.0",
"eslint-config-prettier": "~2.6.0",
"eslint-plugin-flowtype": "~2.39.0",
"eslint-plugin-import": "~2.8.0",
"eslint-plugin-jsx-a11y": "~6.0.0",
"eslint-plugin-react": "~7.4.0",
"prettier": "~1.7.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"prop-types": "^15.6.0"
},
"bugs": {
"url": "https://github.com/mxck/react-native-material-menu/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mxck/react-native-material-menu.git"
}
}