react-native-passcode-auth/examples/PasscodeAuthExample/package.json
2016-01-11 22:11:02 -05:00

13 lines
263 B
JSON

{
"name": "PasscodeAuthExample",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react-native": "0.17.0",
"react-native-passcode-auth": "../.."
}
}