react-native-keychain/package.json

35 lines
782 B
JSON
Raw Normal View History

2015-05-20 16:23:04 +00:00
{
"name": "react-native-keychain",
2015-06-15 16:11:33 +00:00
"version": "0.2.1",
2015-05-20 16:23:04 +00:00
"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": {
2015-06-15 16:02:34 +00:00
"react-native": ">= 0.4.4"
2015-05-20 16:23:04 +00:00
}
}