{ "name": "primea-hypervisor", "version": "0.0.0", "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 ", "contributors": "Alex Beregszaszi ", "license": "MPL-2.0", "dependencies": { "bn.js": "^4.11.6", "clone": "^2.1.1", "object-clear": "^0.1.0", "ipld-graph-builder": "1.1.5" }, "devDependencies": { "coveralls": "^2.13.1", "ipfs": "^0.23.1", "istanbul": "^1.1.0-alpha.1", "standard": "10.0.2", "tape": "^4.5.1", "primea-message": "0.0.1" } }