json-beautify
Version:
JSON.stringify with fixed maximum character width.
32 lines (31 loc) • 651 B
JSON
{
"name": "json-beautify",
"version": "1.1.1",
"description": "JSON.stringify with fixed maximum character width.",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"bin": {
"json-beautify": "./bin/json-beautify"
},
"repository": {
"type": "git",
"url": "https://github.com/gre/json-beautify"
},
"keywords": [
"json",
"stringify",
"pretty",
"prettify",
"prettifier",
"beautify",
"beautifier"
],
"author": "Gaëtan Renaudeau",
"license": "ISC",
"bugs": {
"url": "https://github.com/gre/json-beautify/issues"
},
"homepage": "https://github.com/gre/json-beautify"
}