UNPKG

904 BJSONView Raw
1{
2 "author": "Rafael de Oleza <rafeca@gmail.com> (https://github.com/rafeca)",
3 "name": "prettyjson",
4 "description": "Package for formatting JSON data in a coloured YAML-style, perfect for CLI output",
5 "version": "0.10.0",
6 "homepage": "http://rafeca.com/prettyjson",
7 "keywords": [
8 "json",
9 "cli",
10 "formatting",
11 "colors"
12 ],
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/rafeca/prettyjson.git"
16 },
17 "main": "./lib/prettyjson",
18 "scripts": {
19 "test": "./node_modules/mocha/bin/mocha --reporter spec"
20 },
21 "bin": {
22 "prettyjson": "./bin/prettyjson"
23 },
24 "engines": {
25 "node": ">= 0.10.0 < 0.12.0"
26 },
27 "dependencies": {
28 "colors": "0.6.2"
29 },
30 "devDependencies": {
31 "releasetools": "0.4.1",
32 "step": "0.0.5",
33 "mocha": "1.8.1",
34 "should": "1.2.2",
35 "jake": "0.5.9",
36 "jshint": "1.1.0",
37 "jscoverage": "0.3.8"
38 }
39}