mirror of
https://github.com/status-im/react-native-keychain.git
synced 2025-02-22 18:08:11 +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:../"
|
||
|
}
|
||
|
}
|