react-native-sqlite-storage
Version:
SQLite3 bindings for React Native (Android & iOS)
36 lines (35 loc) • 872 B
JSON
{
"name": "react-native-sqlite-storage",
"version": "5.0.0",
"description": "SQLite3 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/andpor/react-native-sqlite-storage.git"
},
"keywords": [
"react-native-sqlite-storage",
"react-native-sqlite",
"react-component",
"reactnative",
"react-native",
"sqlite",
"sqlite3",
"ios",
"android",
"promise",
"cordova-sqlite-storage"
],
"author": "Andrzej Porebski",
"license": "MIT",
"bugs": {
"url": "https://github.com/andpor/react-native-sqlite-storage/issues"
},
"homepage": "https://github.com/andpor/react-native-sqlite-storage",
"peerDependencies": {
"react-native": ">=0.14.0"
}
}