naoufal/react-native-touch-id

View on GitHub
examples/BiometricAuthExample/package.json

Summary

Maintainability
Test Coverage
{
    "name": "BiometricAuthExample",
    "version": "0.0.1",
    "private": true,
    "scripts": {
        "start": "node node_modules/react-native/local-cli/cli.js start",
        "test": "jest"
    },
    "dependencies": {
        "react": "16.0.0",
        "react-native": "0.50.1",
        "react-native-passcode-auth": "0.1.0",
        "react-native-touch-id": "../.."
    },
    "devDependencies": {
        "babel-jest": "21.2.0",
        "babel-preset-react-native": "4.0.0",
        "jest": "21.2.1",
        "react-test-renderer": "16.0.0"
    },
    "jest": {
        "preset": "react-native"
    }
}