package.json 338 B

1234567
  1. { "name" : "inherits"
  2. , "description": "A tiny simple way to do classic inheritance in js"
  3. , "version" : "1.0.2"
  4. , "keywords" : ["inheritance", "class", "klass", "oop", "object-oriented"]
  5. , "main" : "./inherits.js"
  6. , "repository" : "https://github.com/isaacs/inherits"
  7. , "author" : "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)" }