local-db-express
Version:
A simple, fast and easy datastorage system.
33 lines (32 loc) • 755 B
JSON
{
"name": "local-db-express",
"version": "1.7.3",
"description": "A simple, fast and easy datastorage system.",
"main": "./src/main.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "handler.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"js",
"db",
"database",
"datastorage",
"pt-br",
"free",
"simple"
],
"repository": {
"type": "git",
"url": "git+https://github.com/RamiresOliv/local-db-express.git"
},
"author": "RamiresOliv",
"license": "MIT",
"bugs": {
"url": "https://github.com/RamiresOliv/local-db-express/issues"
},
"homepage": "https://github.com/RamiresOliv/local-db-express#readme"
}