{ "name" : "npm" , "description" : "A package manager for node" , "version" : "0.1.23" , "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/)" ] , "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" } , "bin" : { "npm" : "./cli.js" } , "engines" : { "node" : ">=0.1.103" } , "scripts" : { "activate" : "node scripts/install-docs.js" , "deactivate" : "node scripts/install-docs.js" , "test" : "make test" } , "licenses" : [ { "type" : "MIT" , "url" : "http://github.com/isaacs/npm/raw/master/LICENSE" } ] }