forked from ccm-innovation/react-native-scrolling-menu
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 879 Bytes
/
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
{
"name": "react-native-scrolling-menu",
"description": "A horizontal scrolling menu/picker for React Native.",
"version": "1.4.2",
"author": "Michael Hirsch <michael@hirsch.me>",
"bugs": {
"url": "https://github.com/experiment322/react-native-scrolling-menu/issues"
},
"contributors": [
"Alexandru Damian Manea <maneaalexdamian@gmail.com>"
],
"dependencies": {
"prop-types": "^15.5.10"
},
"devDependencies": {
"standard": "^10.0.2"
},
"homepage": "https://github.com/experiment322/react-native-scrolling-menu",
"keywords": [
"horizontal",
"menu",
"navbar",
"navigation",
"picker",
"react",
"react-native",
"scrolling",
"tabs"
],
"license": "GPL-3.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/experiment322/react-native-scrolling-menu.git"
}
}