edudb
Version:
A synchronous JSON based database
30 lines (29 loc) • 662 B
JSON
{
"name": "edudb",
"version": "1.3.0",
"description": "A synchronous JSON based database",
"main": "edudb.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SebastianLeytonM/EduDB.git"
},
"keywords": [
"db",
"json-based",
"sync",
"nodejs",
"js"
],
"author": "lasangreesroja <lasangreesroja@gmail.com>",
"license": "GNU GPL v3.0",
"engines": {
"node": ">= 8.12.0"
},
"bugs": {
"url": "https://github.com/SebastianLeytonM/EduDB/issues"
},
"homepage": "https://github.com/SebastianLeytonM/EduDB#readme"
}