You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
470 B

{ "name" : "proto-list"
, "version" : "1.0.0"
, "description" : "A utility for managing a prototype chain"
, "main" : "./proto-list.js"
, "author" : "Isaac Z. Schlueter <i@izs.me> (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" } }