-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
32 lines (32 loc) · 971 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": "react-native-navigation-drawer-layout",
"version": "0.0.7",
"description": "React Native library to generate navigation drawer layout.",
"repository": {
"type": "git",
"url": "https://github.com/gaetanozappi/react-native-navigation-drawer-layout.git"
},
"bugs": {
"url": "https://github.com/gaetanozappi/react-native-navigation-drawer-layout/issues"
},
"homepage": "https://github.com/gaetanozappi/react-native-navigation-drawer-layout#readme",
"main": "NavigationDrawerLayout.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"react-native-animatable": "^1.3.0",
"react-native-avatar-social": "^0.0.2",
"react-native-collapsing": "^0.0.2",
"react-native-vector-icons": "^5.0.0"
},
"keywords": [
"react-native",
"navigation",
"drawer",
"layout"
],
"author": "Gaetano Zappi",
"license": "Apache License 2.0",
"peerDependencies": {}
}