UNPKG

xmultiple

Version:

Multiple inheritance with ES6 proxies.

32 lines (31 loc) 616 B
{ "name": "xmultiple", "version": "1.0.0", "description": "Multiple inheritance with ES6 proxies.", "homepage": "", "author": { "name": "Jeff Mott", "email": "jeff.mott.or@gmail.com", "url": "" }, "files": [ "lib" ], "main": "lib/index.js", "keywords": [ "multiple", "inheritance", "proxy" ], "repository": "Jeff-Mott-OR/xmultiple", "devDependencies": { "gulp": "^3.6.0", "gulp-mocha": "^2.0.0", "gulp-plumber": "^1.0.0", "gulp-bench": "^1.1.0" }, "scripts": { "test": "gulp test" }, "license": "MIT" }