react-native-keychain/package.json
2015-10-29 11:40:36 -04:00

35 lines
896 B
JSON

{
"name": "react-native-keychain",
"version": "0.2.5",
"description": "Keychain Access for React Native",
"main": "index.ios.js",
"scripts": {
"test": "flow"
},
"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 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc || 0.10.0-rc || 0.11.0-rc || 0.12.0-rc || 0.13.0-rc || 0.14.0-rc"
}
}