35 lines
832 B
JSON
35 lines
832 B
JSON
{
|
|
"name": "react-native-keychain",
|
|
"version": "0.2.2",
|
|
"description": "Keychain Access for React Native",
|
|
"main": "index.ios.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"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"
|
|
},
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react-native": ">=0.4.4 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2"
|
|
}
|
|
}
|