2015-05-20 16:23:04 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-keychain",
|
2016-01-19 17:19:55 +00:00
|
|
|
"version": "0.2.7",
|
2015-05-20 16:23:04 +00:00
|
|
|
"description": "Keychain Access for React Native",
|
|
|
|
"main": "index.ios.js",
|
|
|
|
"scripts": {
|
2015-08-16 20:56:23 +00:00
|
|
|
"test": "flow"
|
2015-05-20 16:23:04 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"react-native",
|
|
|
|
"react-component",
|
|
|
|
"react-native-component",
|
|
|
|
"react",
|
|
|
|
"mobile",
|
|
|
|
"ios",
|
|
|
|
"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"
|
|
|
|
},
|
2015-12-31 17:08:21 +00:00
|
|
|
"license": "MIT"
|
2015-05-20 16:23:04 +00:00
|
|
|
}
|