react-native-token
Version:
Library for managing tokens structured with keychain storage
35 lines (34 loc) • 784 B
JSON
{
"name": "react-native-token",
"version": "1.0.7",
"description": "Library for managing tokens structured with keychain storage",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/W1nU/react-native-token.git"
},
"keywords": [
"react-native-token",
"react-native-keychain",
"token",
"storage",
"react-native",
"keychain",
"front-end",
"mobile",
"react",
"keychain-storage"
],
"author": "W1nU(Seungwoo Jung)",
"license": "MIT",
"bugs": {
"url": "https://github.com/W1nU/react-native-token/issues"
},
"homepage": "https://github.com/W1nU/react-native-token#readme",
"dependencies": {
"react-native-keychainstorage": "^1.0.1"
}
}