react-native-bouncy-drawer
Version:
Bouncy drawer for React Native
30 lines (29 loc) • 754 B
JSON
{
"name": "react-native-bouncy-drawer",
"version": "1.0.1",
"description": "Bouncy drawer for React Native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"drawer",
"react-native",
"bouncy"
],
"author": "Alexander Vitanov",
"license": "MIT",
"dependencies": {
"prop-types": "^15.6.0",
"react-native-vector-icons": "^4.4.2",
"react-native-view": "^1.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SoftZen/react-native-bouncy-drawer.git"
},
"bugs": {
"url": "https://github.com/SoftZen/react-native-bouncy-drawer/issues"
},
"homepage": "https://github.com/SoftZen/react-native-bouncy-drawer#readme"
}