UNPKG

inherit

Version:

Inheritance module for Node.js and browsers

37 lines (36 loc) 1.16 kB
{ "name" : "inherit", "version" : "2.2.7", "description" : "Inheritance module for Node.js and browsers", "homepage" : "https://github.com/dfilatov/node-inherit", "keywords" : ["class", "prototype", "inheritance", "mixins", "static"], "author" : "Dmitry Filatov <dfilatov@yandex-team.ru>", "contributors" : [{ "name" : "Dmitry Filatov", "email" : "dfilatov@yandex-team.ru" }, { "name" : "Sergey Belov", "email" : "peimei@ya.ru", "url" : "http://github.com/arikon" }], "repository": "dfilatov/node-inherit", "license": "MIT", "dependencies": {}, "devDependencies": { "nyc": "^11.0.1", "coveralls" : "^2.13.1", "nodeunit" : "^0.11.1" }, "main" : "index", "scripts" : { "clean" : "rm -r .nyc_output coverage", "coverage" : "nyc --reporter=text --reporter=html nodeunit; echo; echo 'Open coverage/index.html file in your browser'", "coveralls" : "nyc report --reporter=text-lcov | coveralls", "test" : "nyc nodeunit" }, "enb" : { "sources" : [ "lib/inherit.js" ] } }