{
"name": "react-native-platform-touchable",
"version": "1.1.1",
"description": "Uses TouchableNativeFeedback where possible and fallback to alternatives where not.",
"license": "BSD-3-Clause",
"main": "PlatformTouchable.js",
"scripts": {
"lint": "eslint .",
"prettier": "eslint . --fix"
},
"files": [
"PlatformTouchable.js"
],
"keywords": [
"react-native",
"react"
],
"author": "Brent Vatne <brent@expo.io>",
"license": "MIT",
"devDependencies": {
"eslint": "^4.1.1",
"eslint-config-react-native-prettier": "^1.0.1"
}
}