Files

28 lines
738 B
JSON
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
{
"author": "Rafael de Oleza <rafeca@gmail.com> (https://github.com/rafeca)",
"name": "prettyjson",
"description": "Package for formatting JSON data in a coloured YAML-style, perfect for CLI output",
"version": "1.2.1",
"homepage": "http://rafeca.com/prettyjson",
"repository": {
"type": "git",
"url": "https://github.com/rafeca/prettyjson.git"
},
"main": "./lib/prettyjson",
"license": "MIT",
"bin": {
"prettyjson": "./bin/prettyjson"
},
"dependencies": {
"colors": "^1.1.2",
"minimist": "^1.2.0"
},
"devDependencies": {
"coveralls": "^2.11.15",
"istanbul": "^0.4.5",
"jshint": "^2.9.4",
"mocha": "^3.1.2",
"mocha-lcov-reporter": "^1.2.0",
"should": "^11.1.1"
}
}