kool-save-data
Version:
A simple save data module for my Node.js projects.
32 lines (31 loc) • 712 B
JSON
{
"name": "kool-save-data",
"version": "1.1.0",
"description": "A simple save data module for my Node.js projects.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrniceguy127/kool-save-data.git"
},
"keywords": [
"node",
"js",
"save",
"data",
"savedata",
"nodejs"
],
"author": "Matthew Kleiner",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrniceguy127/kool-save-data/issues"
},
"homepage": "https://github.com/mrniceguy127/kool-save-data#readme",
"dependencies": {
"kool-logger": "^1.0.5"
}
}