{ "name" : "proto-list" , "version" : "1.0.0" , "description" : "A utility for managing a prototype chain" , "main" : "./proto-list.js" , "author" : "Isaac Z. Schlueter (http://blog.izs.me/)" , "scripts" : { "test" : "node proto-list.js" } , "repository": { "type": "git", "url": "https://github.com/isaacs/proto-list" } , "license": { "type": "MIT", "url": "https://github.com/isaacs/proto-list/blob/master/LICENSE" } , "devDependencies" : { "tap" : "0" } }