mirror of https://github.com/lukechilds/node.git
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.
10 lines
470 B
10 lines
470 B
13 years ago
|
{ "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" } }
|