blob: b29b406091e97bf506d61f96a05b93689aa23ef8 [file] [log] [blame]
{
"browser": "./inherits_browser.js",
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
"devDependencies": {
"tap": "^14.2.4"
},
"files": [
"inherits.js",
"inherits_browser.js"
],
"keywords": [
"inheritance",
"class",
"klass",
"oop",
"object-oriented",
"inherits",
"browser",
"browserify"
],
"license": "ISC",
"main": "./inherits.js",
"name": "inherits",
"repository": "git://github.com/isaacs/inherits",
"scripts": {
"test": "tap"
},
"version": "2.0.4"
}