mjedit
Version:
cli mini json editor
28 lines (27 loc) • 552 B
JSON
{
"name": "mjedit",
"version": "1.3.2",
"description": "cli mini json editor",
"main": "mjedit.js",
"scripts": {
"pretabsToSpaces": "mv README.md README.tmp",
"tabsToSpaces": "expand -t4 -i README.tmp > README.md",
"posttabsToSpaces": "rm README.tmp"
},
"keywords": [
"cli",
"mini",
"minimalist",
"json",
"editor"
],
"author": "Deramecourt Mathurin",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/mDeram/mjedit.git"
},
"files": [
"./mjedit.js"
]
}