dev-database
Version:
A Lightning-Fast, Lightweight JSON File-Based Database.
25 lines (24 loc) • 558 B
JSON
{
"name": "dev-database",
"version": "0.0.3-beta",
"description": "A Lightning-Fast, Lightweight JSON File-Based Database.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Creative-Framework/dev-database.git"
},
"keywords": [
"Database",
"AmtiXDev",
"Dev-DataBase"
],
"author": "AmtiXDev",
"license": "MIT",
"dependencies": {
"fs": "^0.0.1-security",
"path": "^0.12.7"
}
}