UNPKG

react-native-cardscan

Version:

This library provides payment card scanning functionality for your react-native app.

42 lines (41 loc) 1.07 kB
{ "name": "react-native-cardscan", "title": "React Native Cardscan", "version": "2.0.0", "description": "This library provides payment card scanning functionality for your react-native app.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/getbouncer/react-native-cardscan.git", "baseUrl": "https://github.com/getbouncer/react-native-cardscan" }, "homepage": "https://cardscan.io", "keywords": [ "react-native", "card", "scan", "cardscan", "payment", "mobile", "android", "ios" ], "author": { "name": "Stefano Suryanto, Adam Wushensky, and Jaime Park", "email": "support@getbouncer.com" }, "license": "SEE LICENSE IN LICENSE FILE", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "peerDependencies": { "react": ">=16.8.1 <18.x", "react-native": ">=0.59.0-rc.0 <1.0.x" }, "devDependencies": { "react": "^17.0.1", "react-native": "^0.64.0" } }