shelfdb
Version:
Node.JS custom database and abstract class library
36 lines (35 loc) • 820 B
JSON
{
"name": "shelfdb",
"version": "0.5.4",
"description": "Node.JS custom database and abstract class library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"precompile": "exit 0",
"oncompile": "exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gustavo6046/localdb.git"
},
"keywords": [
"database",
"abstract",
"abstract_classes",
"interface",
"interfaces",
"sync",
"shelf"
],
"author": "Gustavo Ramos \"Gustavo6046\" Rehermann",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gustavo6046/localdb/issues"
},
"homepage": "https://github.com/Gustavo6046/localdb#readme",
"dependencies": {
"bson": "^1.0.4",
"compressjs": "^1.0.3",
"pako": "^1.0.6"
}
}