mirror of
https://github.com/status-im/react-native-keychain.git
synced 2025-02-23 10:28:10 +00:00
13 lines
251 B
JSON
13 lines
251 B
JSON
{
|
|
"name": "KeychainExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node_modules/react-native/packager/packager.sh"
|
|
},
|
|
"dependencies": {
|
|
"react-native": "^0.4.4",
|
|
"react-native-keychain": "file:../"
|
|
}
|
|
}
|