easydata
Version:
Basic saving system in Node.JS
25 lines (24 loc) • 476 B
JSON
{
"name": "easydata",
"version": "1.0.1",
"description": "Basic saving system in Node.JS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "scriptbased",
"license": "UNLICENCESED",
"keywords": [
"saving",
"simple",
"save",
"filesystem",
"files",
"easydata"
],
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/MartinRBX/easydata"
}
}