{ "name" : "npm" , "description" : "A package manager for node" , "keywords" : [ "package manager", "modules", "install", "package.json" ] , "version" : "1.0.1rc5" , "tag" : "rc" , "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 " , "James Sanders (http://james-sanders.com/)" , "Reid Burke (http://reidburke.com/)" , "Arlo Breault (http://thoughtherder.com/)" , "Timo Derstappen (http://teemow.com)" , "Bradley Meck " , "Bart Teeuwisse (http://thecodemill.biz/)" , "Ben Noordhuis (http://bnoordhuis.nl/)" , "Tor Valamo (http://www.magnimedia.no/)" , "Whyme.Lyu <5longluna@gmail.com> (http://whyme.kuantu.com/)" , "Olivier Melcher " , "Tomaž Muraus (http://www.tomaz-muraus.info)" , "Evan Meagher (http://evanmeagher.net/)" , "Orlando Vazquez (http://2wycked.net/)" , "George Miroshnykov " , "Geoff Flarity (http://ca.linkedin.com/pub/geoff-flarity/a/536/43a)" ] , "repository" : { "type" : "git" , "url" : "git://github.com/isaacs/npm.git" } , "bugs" : { "mail" : "npm-@googlegroups.com" , "web" : "http://github.com/isaacs/npm/issues" } , "directories" : { "doc" : "./doc" , "man" : "./man1" , "lib" : "./lib" , "bin" : "./bin" } , "main" : "npm" , "bin" : "./bin/npm.js" , "dependencies" : { "semver" : "1", "abbrev" : "1", "nopt" : "1" } , "bundleDependencies" : [ "semver", "abbrev", "nopt" ] , "devDependencies" : { "ronn" : "" } , "engines" : { "node" : "0.4 || 0.5", "npm" : "1" } , "scripts" : { "test" : "make test" } , "licenses" : [ { "type" : "MIT" , "url" : "http://github.com/isaacs/npm/raw/master/LICENSE" } ] }