node-simple-database
Version:
> A simple file-based database for node.
17 lines (16 loc) • 473 B
JSON
{
"name": "node-simple-database",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"keywords": ["file-db", "db", "database", "file-database", "simple-database", "simple"],
"author": "westhecool (https://github.com/westhecool)",
"license": "ISC",
"repository": {
"url": "https://github.com/westhecool/node-simple-database"
},
"homepage": "https://github.com/westhecool/node-simple-database"
}