2015-05-20 16:23:04 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-keychain",
|
2017-01-10 22:12:27 +00:00
|
|
|
"version": "1.0.0",
|
2015-05-20 16:23:04 +00:00
|
|
|
"description": "Keychain Access for React Native",
|
2016-05-31 22:25:51 +00:00
|
|
|
"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"
|
|
|
|
},
|
2016-10-27 08:58:02 +00:00
|
|
|
"typescript": {
|
|
|
|
"definition": "typings/react-native-keychain.d.ts"
|
|
|
|
},
|
2015-05-20 16:23:04 +00:00
|
|
|
"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
|
|
|
}
|