{ "name": "primea-hypervisor", "version": "0.0.1", "description": "this is a JS implemention of the primea hypervisor", "scripts": { "coverage": "node --harmony ./node_modules/istanbul/lib/cli.js cover ./tests/index.js", "coveralls": "npm run coverage && coveralls ./docs/hypervisor.md", "build:docs:exo": "documentation build ./exoInterface.js --github --shallow --sort-order source -f md > ./docs/exoInterface.md", "build:docs:ports": "documentation build ./port.js --github --shallow --sort-order source -f md > ./docs/port.md", "build:docs:portManager": "documentation build ./portManager.js --github --shallow --sort-order source -f md > ./docs/portManager.md", "test": "node --harmony ./tests/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/primea/js-primea-hypervisor.git" }, "bugs": { "url": "https://github.com/primea/js-primea-hypervisor/issues" }, "homepage": "https://github.com/primea/js-primea-hypervisor", "keywords": [ "primea", "hypervisor", "kernel" ], "author": "mjbecze ", "contributors": "Alex Beregszaszi ", "license": "MPL-2.0", "dependencies": { "bn.js": "^4.11.6", "events": "^1.1.1", "primea-message": "0.0.1", "ipld-graph-builder": "1.1.5" }, "devDependencies": { "coveralls": "^2.13.1", "documentation": "^4.0.0-rc.1", "ipfs": "^0.23.1", "istanbul": "^1.1.0-alpha.1", "primea-wasm-container": "0.0.0", "standard": "10.0.2", "tape": "^4.5.1" } }