UNPKG

669 BJSONView Raw
1{
2 "name": "purdy",
3 "version": "0.5.0",
4 "description": "pretty print objects in real purdy colors",
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 "hoek": "2.x.x",
27 "lab": "3.x.x"
28 },
29 "dependencies": {
30 "hoek": "2.1.x",
31 "chalk": "0.4.x"
32 }
33}