molly-db
Version:
Molly-db is a free and open source library for nodejs that allow you create a lightweight encrypted database using Json files
29 lines (28 loc) • 671 B
JSON
{
"scripts": {
"start": "node main"
},
"repository": "https://github.com/EDBC-REPO-NPM/Molly-db",
"dependencies": {
"crypto-js": "^4.1.1",
"molly-fetch": "^1.1.7"
},
"license": "MIT",
"main": "main.js",
"name": "molly-db",
"version": "1.3.9",
"author": "bececrazy",
"description": "Molly-db is a free and open source library for nodejs that allow you create a lightweight encrypted database using Json files",
"keywords": [
"json",
"storage",
"database",
"datastorage",
"web-database",
"json-database",
"encrypted-data",
"web-local-storage",
"encrypted-database",
"web-encrypted-database"
]
}