UNPKG

react-native-passkit-wallet

Version:
41 lines (40 loc) 1.08 kB
{ "name": "react-native-passkit-wallet", "version": "0.1.6", "description": "React Native module to handle PassKit pass.", "main": "index", "scripts": { "lint": "eslint .", "flow": "flow --show-all-errors", "test": "npm run lint" }, "repository": { "type": "git", "url": "git+https://github.com/miyabi/react-native-passkit-wallet.git" }, "keywords": [ "react-native", "ios", "android", "PassKit", "Wallet" ], "author": "Masayuki Iwai <miyabi@mybdesign.com> (http://mybdesign.com/)", "license": "MIT", "bugs": { "url": "https://github.com/miyabi/react-native-passkit-wallet/issues" }, "homepage": "https://github.com/miyabi/react-native-passkit-wallet#readme", "devDependencies": { "babel-eslint": "^8.0.0", "babel-preset-flow": "^6.23.0", "babel-preset-react-native": "^5.0.2", "eslint": "^4.6.1", "eslint-plugin-flowtype": "^2.38.0", "eslint-plugin-react": "^7.3.0", "flow-bin": "^0.86.0", "prop-types": "^15.6.0", "react": "^16.8.3", "react-native": "^0.58.6" } }