json-hood
Version:
A beautiful way to clearly show JSON Objects and Array in a human readable format
33 lines (31 loc) • 653 B
JSON
{
"name": "json-hood",
"version": "1.1.4",
"description": "A beautiful way to clearly show JSON Objects and Array in a human readable format",
"repository":"https://github.com/ChrisPhillips-cminion/json-hood/",
"main": "main.js",
"scripts": {
"test": "node test/json-hood.js"
},
"keywords": [
"Prettify",
"Print",
"Json",
"beautify",
"Arrow"
],
"contributors":
[
{ "name" : "Chris Phillips"},
{ "name" : "Charlotte Hutchinson"},
{ "name" : "Jack Dunleavy"}
],
"license": "MIT",
"dependencies": {
"util": "^0.10.3"
},
"devDependencies": {
"chai": "^3.5.0",
"describe": "^1.2.0"
}
}