json-update
Version:
Allows for very simple JSON file updating in one line
31 lines (30 loc) • 598 B
JSON
{
"name": "json-update",
"version": "5.3.0",
"description": "Allows for very simple JSON file updating in one line",
"author": "Jason Livesay",
"main": "lib/json-update.js",
"keywords": [
"json",
"update",
"serialization",
"deserialization",
"save",
"load",
"file",
"merge",
"database"
],
"dependencies": {
"deep-extend": "^0.6.0",
"fs-extra": "",
"lockfile": "~1.0.4",
"pify": "^4.0.1",
"underscore": ""
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/ithkuil/json-update.git"
}
}