cat-settings
Version:
Provides simple API to access and modify application settings, stored in JSON-file
25 lines (24 loc) • 503 B
JSON
{
"name": "cat-settings",
"description": "Provides simple API to access and modify application settings, stored in JSON-file",
"license": "MIT",
"version": "1.0.4",
"dependencies": {
"jsonfile": "*"
},
"author": {
"name": "Yurij Mikhalevich",
"email": "0@39.yt"
},
"keywords": [
"json",
"jsonfile",
"settings"
],
"repository": {
"type": "git",
"url": "git://github.com/39dotyt/cat-settings"
},
"main": "index",
"readmeFilename": "README.md"
}