| { |
| "author": "Luke Plaster <notatestuser@gmail.com>", |
| "description": "converts a JS object into a nice and readable tree structure for the console", |
| "devDependencies": { |
| "vows": "git://github.com/Filirom1/vows.git#expect" |
| }, |
| "engines": { |
| "node": ">=0.6" |
| }, |
| "keywords": [ |
| "object", |
| "tree", |
| "print", |
| "console", |
| "pretty" |
| ], |
| "license": "MIT", |
| "licenses": [ |
| { |
| "type": "MIT", |
| "url": "http://lp.mit-license.org/" |
| } |
| ], |
| "main": "./treeify", |
| "name": "treeify", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/notatestuser/treeify.git" |
| }, |
| "scripts": { |
| "test": "./node_modules/vows/bin/vows --spec" |
| }, |
| "version": "1.1.0" |
| } |