33 lines
691 B
JSON
33 lines
691 B
JSON
{
|
|
"name": "react-native-keychain",
|
|
"version": "0.3.2",
|
|
"description": "Keychain Access for React Native",
|
|
"main": "index",
|
|
"scripts": {
|
|
"test": "flow"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"react-component",
|
|
"react-native-component",
|
|
"react",
|
|
"mobile",
|
|
"ios",
|
|
"android",
|
|
"keychain"
|
|
],
|
|
"author": {
|
|
"name": "Joel Arvidsson",
|
|
"email": "joel@oblador.se"
|
|
},
|
|
"homepage": "https://github.com/oblador/react-native-keychain",
|
|
"bugs": {
|
|
"url": "https://github.com/oblador/react-native-keychain/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/oblador/react-native-keychain.git"
|
|
},
|
|
"license": "MIT"
|
|
}
|