{ "name": "ewasm-kernel", "version": "0.0.0", "description": "This is a JS prototype of the eWASM kernal.", "scripts": { "coverage": "node --harmony ./node_modules/istanbul/lib/cli.js cover ./tests/apiTests.js", "coveralls": "npm run coverage && coveralls ", "contributors": "Alex Beregszaszi ", "license": "MPL-2.0", "devDependencies": { "coveralls": "^2.11.16", "istanbul": "^0.4.5", "standard": "*", "tape": "^4.5.1" }, "standard": { "ignore": [ "/tools/" ], "globals": [ "WebAssembly" ] }, "dependencies": { "bn.js": "^4.11.6", "ethereumjs-block": "^1.5.0", "ethereumjs-tx": "^1.2.5", "merkle-trie": "0.2.0", "ethereumjs-util": "^5.1.0" } }