react-native-keychain/package.json

40 lines
879 B
JSON
Raw Normal View History

2015-05-20 16:23:04 +00:00
{
"name": "react-native-keychain",
2018-02-28 13:15:10 +00:00
"version": "3.0.0-rc.3",
2015-05-20 16:23:04 +00:00
"description": "Keychain Access for React Native",
2018-01-08 21:23:24 +00:00
"main": "index.js",
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"
},
"typescript": {
"definition": "typings/react-native-keychain.d.ts"
},
2017-03-17 19:59:35 +00:00
"types": "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"
},
"license": "MIT",
"devDependencies": {
"flow-bin": "0.61.0"
}
2015-05-20 16:23:04 +00:00
}