{ "name" : "npm" , "description" : "A package manager for node" , "version" : "0.1.27-11" , "homepage" : "http://npmjs.org/" , "author" : "Isaac Z. Schlueter (http://blog.izs.me)" , "contributors" : [ "Steve Steiner (http://websaucesoftware.com/blog/)" , "Mikeal Rogers (http://www.mikealrogers.com/)" , "Aaron Blohowiak (http://aaronblohowiak.com/)" , "Martyn Smith (http://dollyfish.net.nz/)" , "Mathias Pettersson (http://mape.me/)" , "Brian Hammond (http://fictorial.com/)" , "Charlie Robbins (http://www.charlierobbins.com/)" , "Francisco Treacy (http://franciscotreacy.com/)" , "Cliffano Subagio (http://blog.cliffano.com/)" , "Christian Eager (http://perpenduum.com)" , "Dav Glass (http://blog.davglass.com)" , "Alex K. Wolfe " ] , "repository" : { "type" : "git" , "url" : "http://github.com/isaacs/npm.git" } , "bugs" : { "mail" : "npm-@googlegroups.com" , "web" : "http://github.com/isaacs/npm/issues" } , "directories" : { "doc" : "./doc", "man" : "./man", "lib" : "./lib" } , "bin" : { "npm" : "./cli.js" } , "engines" : { "node" : ">=0.1.103" } , "scripts" : { "test" : "make test" } , "licenses" : [ { "type" : "MIT" , "url" : "http://github.com/isaacs/npm/raw/master/LICENSE" } ] }