lowdb-encrypted-nativescript-adapter
Version:
A lowdb adapter for using the database from NativeScript apps.
32 lines (31 loc) • 849 B
JSON
{
"name": "lowdb-encrypted-nativescript-adapter",
"version": "0.1.1",
"description": "A lowdb adapter for using the database from NativeScript apps.",
"main": "index",
"typings": "./index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/brunoziie/lowdb-encrypted-nativescript-adapter.git"
},
"keywords": [
"NativeScript",
"Lowdb",
"adapter",
"database",
"json"
],
"dependencies": {
"crypto-js": "^3.1.9-1",
"lowdb": "^1.0.0",
"tns-core-modules": "^3.0.0",
"uuid": "^3.3.2"
},
"author": "brunoziie <eu@brunoziie.com>",
"license": "MIT",
"bugs": "https://github.com/brunoziie/lowdb-encrypted-nativescript-adapter/issues",
"homepage": "https://github.com/brunoziie/lowdb-encrypted-nativescript-adapter",
"devDependencies": {
"@types/lowdb": "^1.0.2"
}
}