Files: 4f8ba9e911f6ad620fc6cd59cc15fbfaa1fe384c / package.json
1285 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 | "clone": "^2.1.1", |
31 | "fastpriorityqueue": "^0.2.4", |
32 | "ipld-graph-builder": "1.1.5", |
33 | "multibase": "^0.3.4", |
34 | "object-clear": "^0.1.0", |
35 | "primea-message": "0.0.0" |
36 | }, |
37 | "devDependencies": { |
38 | "coveralls": "^2.13.1", |
39 | "ipfs": "^0.23.1", |
40 | "istanbul": "^1.1.0-alpha.1", |
41 | "standard": "10.0.2", |
42 | "tape": "^4.5.1" |
43 | } |
44 | } |
45 |
Built with git-ssb-web