{ "name" : "npm" , "description" : "A package manager for node" , "version" : "0.0.3" , "author" : "Isaac Z. Schlueter " , "directories" : { "lib" : "lib" } , "main" : "./npm" , "scripts" : { "install" : "scripts/install.js" , "uninstall" : "scripts/uninstall.js" , "activate" : "scripts/activate.js" , "deactivate" : "scripts/deactivate.js" } }