react-native-navbar
Version:
Simple customizable navbar component for react-native
35 lines (34 loc) • 969 B
JSON
{
"name": "react-native-navbar",
"version": "2.1.0",
"description": "Simple customizable navbar component for react-native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:react-native-community/react-native-navbar.git"
},
"keywords": [
"react-native",
"navbar"
],
"author": "Alexey Kureev <kureev-mail@ya.ru> (https://github.com/Kureev)",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-native-community/react-native-navbar/issues"
},
"homepage": "https://github.com/react-native-community/react-native-navbar",
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.16.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0"
},
"dependencies": {
"prop-types": "^15.5.10"
}
}