UNPKG

lowdb-nativescript-adapter

Version:

A lowdb adapter for using the database from NativeScript apps.

30 lines (29 loc) 775 B
{ "name": "lowdb-nativescript-adapter", "version": "0.1.0", "description": "A lowdb adapter for using the database from NativeScript apps.", "main": "index", "typings": "./index.d.ts", "repository": { "type": "git", "url": "https://github.com/ludwiktrammer/lowdb-nativescript-adapter.git" }, "keywords": [ "NativeScript", "Lowdb", "adapter", "database", "json" ], "dependencies": { "lowdb": "^1.0.0", "tns-core-modules": "^3.0.0" }, "author": "Ludwik Trammer <ludwik@gmail.com>", "license": "MIT", "bugs": "https://github.com/ludwiktrammer/lowdb-nativescript-adapter/issues", "homepage": "https://github.com/ludwiktrammer/lowdb-nativescript-adapter", "devDependencies": { "@types/lowdb": "^1.0.2" } }