UNPKG

react-native-sqlite-storage

Version:
44 lines (43 loc) 998 B
{ "name": "react-native-sqlite-storage", "version": "3.3.7", "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" }, "dependencies": { "xcode": "0.8.9" }, "rnpm": { "ios": { "project": "src/ios/SQLite.xcodeproj" } } }