nosqlite3
Version:
A lightweight embedded document database, ideal for small web applications.
30 lines (29 loc) • 669 B
JSON
{
"name": "nosqlite3",
"author": "Johan Wirén <johanwiren1@gmail.com>",
"version": "0.2.0",
"description": "A lightweight embedded document database, ideal for small web applications.",
"main": "./index.js",
"scripts": {},
"keywords": [
"sqlite",
"nosql",
"nosqlite",
"document",
"database",
"mongo",
"mongodb",
"json",
"store"
],
"license": "MIT",
"dependencies": {
"java-with-jre": "^0.12.3",
"nanoid": "^3.1.22"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aarkan1/nosqlite3.git"
},
"homepage": "https://github.com/Aarkan1/nosqlite3"
}