secure_json_database
Version:
A secure json file that serves as a database.
31 lines (30 loc) • 661 B
JSON
{
"name": "secure_json_database",
"version": "1.6.0",
"description": "A secure json file that serves as a database.",
"main": "index.js",
"scripts": {},
"author": "Kobe Bogaerts",
"license": "MIT",
"dependencies": {
"express": "^4.16.3",
"lodash": "^4.17.4",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1"
},
"bugs": {
"url": "https://github.com/kolllor33/secure-json-database/issues",
"email": "kolllor3@gmail.com"
},
"keywords": [
"db",
"database",
"json",
"secure",
"noSQL"
],
"repository": {
"type": "git",
"url": "https://github.com/kolllor33/secure-json-database"
}
}