-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 727 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 727 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
{
"name": "react-native-menu-viewer",
"version": "1.0.0",
"description": "A package to make a scrollable Grid Menu component with individual screen attached to it",
"main": "ReactNativeMenuViewer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"React-Native-Menu-Viewer",
"ReactNativeMenuViewer",
"Menu navigation",
"easy to use grid view menu navigation"
],
"author" : {
"name":"rishabh goel",
"email":"goelrishabh99@gmail.com",
"url":"https://www.linkedin.com/in/rishabh-goel-55a25b135/"
},
"license": "ISC",
"dependencies": {
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-vector-icons": "^6.6.0"
}
}