zougatagadb
Version:
A simple database system local without sqlite or sql
31 lines (30 loc) • 683 B
JSON
{
"name": "zougatagadb",
"version": "1.2.6",
"description": "A simple database system local without sqlite or sql",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zougataga/zougatagadb.git"
},
"keywords": [
"database",
"db",
"easy",
"nosql",
"nosqlite"
],
"dependencies": {
"cipherdata": "^1.0.1",
"fs": "^0.0.1-security"
},
"author": "zougataga",
"license": "ISC",
"bugs": {
"url": "https://github.com/zougataga/zougatagadb/issues"
},
"homepage": "https://github.com/zougataga/zougatagadb#readme"
}