defclass
Version:
Simple classical inheritance.
29 lines • 968 B
JSON
{
"name": "defclass",
"version": "0.2.0",
"description": "Simple classical inheritance.",
"keywords": ["extend", "extends", "extension", "prototype", "prototypal", "class", "classical","inheritance", "constructor"],
"author": "te schultz <te.artisin@gmail.com> (http://teschultz.com)",
"main": "defclass.js",
"maintainers": {
"name": "te schultz",
"email": "te.artisin@gmail.com",
"web": "http://teschultz.com"
},
"contributors": [{
"name": "Aadit M Shah",
"email": "aaditmshah@fastmail.fm",
"web": "http://aaditmshah.github.io/"
}],
"bugs": "https://github.com/artisin/defclass/issues",
"licenses": [{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}],
"repository": {
"type": "git",
"url": "https://github.com/artisin/defclass.git"
},
"homepage": "https://github.com/artisin/defclass",
"dependencies": {}
}