1{ 2 "name" : "archy", 3 "version" : "1.0.0", 4 "description" : "render nested hierarchies `npm ls` style with unicode pipes", 5 "main" : "index.js", 6 "devDependencies" : { 7 "tap" : "~0.3.3", 8 "tape" : "~0.1.1" 9 }, 10 "scripts" : { 11 "test" : "tap test" 12 }, 13 "testling" : { 14 "files" : "test/*.js", 15 "browsers" : { 16 "iexplore" : [ "6.0", "7.0", "8.0", "9.0" ], 17 "chrome" : [ "20.0" ], 18 "firefox" : [ "10.0", "15.0" ], 19 "safari" : [ "5.1" ], 20 "opera" : [ "12.0" ] 21 } 22 }, 23 "repository" : { 24 "type" : "git", 25 "url" : "http://github.com/substack/node-archy.git" 26 }, 27 "keywords" : [ 28 "hierarchy", 29 "npm ls", 30 "unicode", 31 "pretty", 32 "print" 33 ], 34 "author" : { 35 "name" : "James Halliday", 36 "email" : "mail@substack.net", 37 "url" : "http://substack.net" 38 }, 39 "license" : "MIT" 40} 41