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.
9 lines
434 B
9 lines
434 B
13 years ago
|
{ "name" : "inherits"
|
||
|
, "description": "A tiny simple way to do classic inheritance in js"
|
||
|
, "version" : "1.0.0"
|
||
|
, "keywords" : ["inheritance", "class", "klass", "oop", "object-oriented"]
|
||
|
, "main" : "./inherits.js"
|
||
|
, "repository" : "https://github.com/isaacs/inherits"
|
||
|
, "license": { "type": "GPOL", "url": "https://raw.github.com/isaacs/inherits/master/LICENSE" }
|
||
|
, "author" : "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)" }
|