UNPKG

react-native-easy-tabs

Version:
37 lines (36 loc) 907 B
{ "name": "react-native-easy-tabs", "version": "1.3.0", "description": "Easy tabs to use in your react native application", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/terrysahaidak/react-native-easy-tabs" }, "keywords": [ "react-native", "tab", "tab-view", "reactnative", "react" ], "author": "Terry Sahaidak <terry@sahaidak.com>", "license": "MIT", "devDependencies": { "babel-eslint": "^8.0.1", "eslint": "^4.2.0", "eslint-config-airbnb": "^16.1.0", "eslint-formatter-pretty": "^1.1.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-react": "^7.1.0", "eslint-plugin-react-native": "^3.1.0" }, "peerDependencies": { "react-native": "*", "react": "*" } }