-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
32 lines (32 loc) · 922 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
{
"name": "@sekizlipenguen/react-native-scroll-menu",
"version": "1.8.2",
"description": "A customizable and easy-to-use horizontal scrolling menu for React Native.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/sekizlipenguen/react-native-scroll-menu.git"
},
"keywords": [
"react-native",
"scroll menu",
"horizontal menu",
"react native menu",
"react native horizontal menu",
"scrolling menu",
"react native components"
],
"author": "SekizliPenguen",
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=17.0.0",
"react-native": ">=0.60.0"
},
"bugs": {
"url": "https://github.com/sekizlipenguen/react-native-scroll-menu/issues"
},
"homepage": "https://github.com/sekizlipenguen/react-native-scroll-menu#readme"
}