{ "name" : "npm" , "description" : "A package manager for node" , "version" : "0.1.17" , "author" : "Isaac Z. Schlueter " , "contributors" : [ "Steve Steiner " , "Mikeal Rogers " , "Aaron Blohowiak " , "Martyn Smith " ] , "repository" : { "type" : "git" , "url" : "http://github.com/isaacs/npm.git" } , "bugs" : { "mail" : "npm-@googlegroups.com" , "web" : "http://github.com/isaacs/npm/issues" } , "os" : [ "linux", "darwin", "freebsd" ] , "directories" : { "lib" : "./lib/" } , "main" : "./npm" , "bin" : { "npm" : "./cli.js" } , "engines" : { "node" : ">=0.1.97" } , "scripts" : { "activate" : "node scripts/install-docs.js" , "deactivate" : "node scripts/install-docs.js" } , "licenses" : [ { "type" : "MIT" , "url" : "http://github.com/isaacs/npm/raw/master/LICENSE" } ] }