git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 4b6861bb165fd88d9c62a13c064685297bedf0fb

Files: 4b6861bb165fd88d9c62a13c064685297bedf0fb / package.json

1258 bytesRaw
1{
2 "name": "primea-hypervisor",
3 "version": "0.0.0",
4 "description": "this is a JS implemention of the primea hypervisor",
5 "scripts": {
6 "coverage": "node ./node_modules/istanbul/lib/cli.js cover ./tests/index.js",
7 "coveralls": "npm run coverage && coveralls <coverage/lcov.info",
8 "lint": "standard",
9 "test": "node ./tests/index.js",
10 "build": "node ./tests/buildTests.js && ./tools/wabt/out/wast2wasm ./wasm/interface.wast -o ./wasm/interface.wasm"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/ewasm/ewasm-kernel.git"
15 },
16 "bugs": {
17 "url": "https://github.com/ewasm/ewasm-kernel/issues"
18 },
19 "homepage": "https://github.com/ewasm/ewasm-kernel",
20 "keywords": [
21 "primea",
22 "hypervisor",
23 "kernel"
24 ],
25 "author": "mjbecze <mjbecze@gmail.com>",
26 "contributors": "Alex Beregszaszi <alex@rtfs.hu>",
27 "license": "MPL-2.0",
28 "dependencies": {
29 "bn.js": "^4.11.6",
30 "deepcopy": "^0.6.3",
31 "fastpriorityqueue": "^0.2.4",
32 "ipld-graph-builder": "1.1.5",
33 "multibase": "^0.3.4",
34 "primea-message": "0.0.0"
35 },
36 "devDependencies": {
37 "coveralls": "^2.13.1",
38 "ipfs": "^0.23.1",
39 "istanbul": "^1.1.0-alpha.1",
40 "standard": "10.0.2",
41 "tape": "^4.5.1"
42 }
43}
44

Built with git-ssb-web