homedb
Version:
Better local storage.
29 lines (28 loc) • 539 B
JSON
{
"name": "homedb",
"version": "1.0.2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"database",
"localdatabase",
"localstorage",
"simpledb",
"nosql",
"nosqlite",
"json",
"db"
],
"author": "Alessandro Lupino",
"license": "MIT",
"description": "Better local storage.",
"repository": {
"type": "git",
"url": "https://github.com/alessandrolupino/homedb.git"
},
"dependencies": {
"fs": "^0.0.1-security"
}
}