UNPKG

846 BJSONView Raw
1{
2 "name": "purdy",
3 "version": "1.2.1",
4 "description": "pretty print objects in real purdy colors. Allows clearer visualization of objects than you get from most pretty printers due to colors. It will also print out the complete path to an object, something that's extremly useful for debugging.",
5 "main": "index.js",
6 "scripts": {
7 "test": "make test-cov"
8 },
9 "homepage": "https://github.com/danielb2/purdy.js",
10 "bugs": "https://github.com/danielb2/purdy.js/issues",
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/danielb2/purdy.js.git"
14 },
15 "author": "Daniel Bretoi",
16 "keywords": [
17 "ansi",
18 "terminal",
19 "colors",
20 "pretty",
21 "print",
22 "color"
23 ],
24 "license": "MIT",
25 "devDependencies": {
26 "lab": "4.x.x"
27 },
28 "dependencies": {
29 "hoek": "2.x.x",
30 "chalk": "0.4.x"
31 }
32}