appendjson
Version:
Append to or create a json file
25 lines (24 loc) • 671 B
JSON
{
"name": "appendjson",
"version": "0.1.2",
"description": "Append to or create a json file",
"keywords": ["append", "json", "add to file", "append or create", "create", "file"],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jacksongeller/Append-Json-File.git"
},
"author": "@JaxGeller",
"license": "MIT",
"bugs": {
"url": "https://github.com/jacksongeller/Append-Json-File/issues"
},
"homepage": "https://github.com/jacksongeller/Append-Json-File",
"dependencies": {
"fs-extra": "^0.8.1",
"lodash": "^2.4.1"
}
}