{ "name": "fusing", "version": "1.0.0", "description": "Prototype fusion", "main": "index.js", "scripts": { "coverage": "istanbul cover node_modules/.bin/_mocha -- test.js", "test": "mocha test.js", "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js" }, "repository": { "type": "git", "url": "https://github.com/bigpipe/fusing" }, "keywords": [ "fusing", "fusion", "bigpipe", "constructor", "prototype", "merge", "inherit", "base", "class" ], "author": "Arnout Kazemier", "license": "MIT", "bugs": { "url": "https://github.com/bigpipe/fusing/issues" }, "homepage": "https://github.com/bigpipe/fusing", "dependencies": { "emits": "3.0.x", "predefine": "0.1.x" }, "devDependencies": { "assume": "0.0.x", "istanbul": "0.3.x", "mocha": "2.1.x", "pre-commit": "0.0.x" } }