react-native-keychain/package.json

33 lines
691 B
JSON
Raw Normal View History

2015-05-20 16:23:04 +00:00
{
"name": "react-native-keychain",
2016-06-20 18:48:20 +00:00
"version": "0.3.2",
2015-05-20 16:23:04 +00:00
"description": "Keychain Access for React Native",
"main": "index",
2015-05-20 16:23:04 +00:00
"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",
2016-05-31 22:30:18 +00:00
"android",
2015-05-20 16:23:04 +00:00
"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
}