react-native-sqlcipher-storage
Version:
SQLCipher bindings for React Native (Android & iOS)
34 lines • 855 B
JSON
{
"name": "react-native-sqlcipher-storage",
"version": "0.0.3",
"description": "SQLCipher bindings for React Native (Android & iOS)",
"main": "sqlite.js",
"scripts": {
"test": "echo \"Error: no test specified yet\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mlbz198/react-native-sqlcipher-storage.git"
},
"keywords": [
"react-native-sqlcipher-storage",
"react-native-sqlite",
"react-component",
"reactnative",
"react-native",
"sqlite",
"sqlite3",
"ios",
"android",
"promise",
"cordova-sqlcipher-adapter"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mlbz198/react-native-sqlcipher-storage"
},
"homepage": "https://github.com/mlbz198/react-native-sqlcipher-storage",
"peerDependencies": {
"react-native": ">=0.40.0"
}
}