dunder
Version:
hot-swap inheritance for every engine
30 lines (29 loc) • 597 B
JSON
{
"version": "0.1.1",
"name": "dunder",
"description": "hot-swap inheritance for every engine",
"homepage": "https://github.com/WebReflection/dunder",
"keywords": [
"__proto__",
"free",
"dunder",
"inheritance",
"ES5",
"ES6"
],
"author": {
"name": "Andrea Giammarchi",
"web": "http://webreflection.blogspot.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/WebReflection/dunder.git"
},
"main": "./build/dunder.node.js",
"scripts": {
"test": "node test/.test.js"
},
"dependencies": {
"wru": ">= 0.0.0"
}
}