mirror of https://github.com/nodejs/node.git
9 lines
434 B
JSON
9 lines
434 B
JSON
{ "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/)" }
|