UNPKG

react-native-swipeable-row

Version:

A powerful React Native swipe component based on @jshanson7 package

44 lines (43 loc) 1.06 kB
{ "name": "react-native-swipeable-row", "version": "0.8.1", "description": "A powerful React Native swipe component based on @jshanson7 package", "main": "lib/index.js", "scripts": { "build": "make build", "lint": "make lint" }, "author": "Mårten Cederman", "license": "MIT", "devDependencies": { "babel-cli": "^6.18.0", "babel-eslint": "^7.1.1", "babel-preset-latest": "^6.16.0", "babel-preset-react": "^6.16.0", "babel-preset-stage-0": "^6.16.0", "eslint": "^3.12.0", "eslint-config-airbnb": "^13.0.0", "eslint-plugin-babel": "^4.0.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.8.0" }, "peerDependencies": { "react": ">=15.2.0", "react-native": ">=0.44.0" }, "repository": { "type": "git", "url": "git+https://github.com/Cederman/react-native-swipeable" }, "keywords": [ "react", "native", "swipe", "ListView", "TableView" ], "dependencies": { "prop-types": "^15.5.10" } }