blob: 34f0c5097bfa49bdd4183bdd6139d010ec61f9a1 [file] [log] [blame]
{
"browser": "./inherits_browser.js",
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
"devDependencies": {
"tap": "^7.1.0"
},
"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": "node test"
},
"version": "2.0.3"
}