UNPKG

react-native-awesome-button

Version:

A React Native component rendering a button supporting showing different appearances and functionality given the passed props

40 lines (39 loc) 1.13 kB
{ "name": "react-native-awesome-button", "version": "1.8.2", "description": "A React Native component rendering a button supporting showing different appearances and functionality given the passed props", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/larsvinter/react-native-awesome-button.git" }, "keywords": [ "react", "react-native", "react-component", "react-native-button", "react-native-awesome-button", "react-ui" ], "author": "Lars Vinter", "license": "MIT", "bugs": { "url": "https://github.com/larsvinter/react-native-awesome-button/issues" }, "homepage": "https://github.com/larsvinter/react-native-awesome-button#readme", "dependencies": { "react": "^15.4.2", "react-native": "^0.41.2" }, "devDependencies": { "babel-eslint": "^7.1.1", "eslint": "^3.16.0", "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" } }