javascript-dual-inherit
Version:
Javascript inheritence with the ability to inject construction call backs and merge two prototype chains
24 lines (23 loc) • 638 B
JSON
{
"name": "javascript-dual-inherit",
"version": "1.0.0",
"description": "Javascript inheritence with the ability to inject construction call backs and merge two prototype chains",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whydoidoit/inherits.git"
},
"keywords": [
"PlayCanvas",
"multi-inheritance"
],
"author": "Mike Talbot",
"license": "MIT",
"bugs": {
"url": "https://github.com/whydoidoit/inherits/issues"
},
"homepage": "https://github.com/whydoidoit/inherits#readme"
}