{ "name": "primea-hypervisor", "version": "0.1.0", "description": "this is a JS implemention of the primea hypervisor", "scripts": { "coverage": "node ./node_modules/istanbul/lib/cli.js cover ./tests/index.js", "coveralls": "npm run coverage && coveralls ./docs/hypervisor.md", "build:docs:kernel": "documentation build ./kernel.js --github --shallow --sort-order source -f md > ./docs/kernel.md", "build:docs:portManager": "documentation build ./portManager.js --github --shallow --sort-order source -f md > ./docs/portManager.md", "build:docs:scheduler": "documentation build ./scheduler.js --github --shallow --sort-order source -f md > ./docs/scheduler.md", "test": "node ./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": { "binary-search-insert": "^1.0.3", "chunk": "0.0.2", "ipld-graph-builder": "1.3.0", "lockmap": "0.0.0", "merkle-radix-tree": "0.0.4", "primea-message": "0.0.2", "sortedmap": "0.0.1", "typedarray-addition": "0.0.0" }, "devDependencies": { "primea-abstract-container": "0.0.4", "coveralls": "^2.13.1", "documentation": "^5.0.1", "ipfs": "^0.26.0", "istanbul": "^1.1.0-alpha.1", "level-promise": "^2.1.1", "levelup": "^1.3.8", "memdown": "^1.2.4", "standard": "10.0.3", "tape": "^4.6.3" } }