json-honey
Version:
Yet another sweetest json prettifier
42 lines (41 loc) • 820 B
JSON
{
"name": "json-honey",
"version": "0.4.1",
"description": "Yet another sweetest json prettifier",
"main": "./src/honey.js",
"scripts": {
"test": "mocha ./test"
},
"bin": {
"honey": "./bin/honey"
},
"repository": {
"type": "git",
"url": "https://github.com/gobwas/json-honey.git"
},
"keywords": [
"json",
"pretty",
"print",
"align",
"sort",
"stringify"
],
"author": "Sergey Kamardin",
"license": "MIT",
"bugs": {
"url": "https://github.com/gobwas/json-honey/issues"
},
"homepage": "https://github.com/gobwas/json-honey",
"dependencies": {
"chalk": "^1.0.0",
"commander": "^2.6.0",
"figures": "^1.3.5",
"lodash": "^3.9.3"
},
"devDependencies": {
"chai": "^1.10.0",
"chance": "^0.7.0",
"mocha": "^2.0.1"
}
}