git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: e7082de1f1be0792df1a00c4efb43344119a6e11

Files: e7082de1f1be0792df1a00c4efb43344119a6e11 / package.json

1544 bytesRaw
1{
2 "name": "primea-hypervisor",
3 "version": "0.9.2",
4 "description": "this is a JS implemention of the primea hypervisor",
5 "scripts": {
6 "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
7 "coverage": "nyc npm test",
8 "lint": "standard",
9 "build:docs": "npm run build:docs:hypervisor && npm run build:docs:actor",
10 "build:docs:hypervisor": "documentation build ./index.js --github --shallow --sort-order source -f md > ./docs/hypervisor.md",
11 "build:docs:actor": "documentation build ./actor.js --github --shallow --sort-order source -f md > ./docs/actor.md",
12 "test": "node ./tests/index.js",
13 "test:wasm": "node ./tests/wasmContainer.js"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/primea/js-primea-hypervisor.git"
18 },
19 "bugs": {
20 "url": "https://github.com/primea/js-primea-hypervisor/issues"
21 },
22 "homepage": "https://github.com/primea/js-primea-hypervisor",
23 "keywords": [
24 "primea",
25 "hypervisor",
26 "kernel"
27 ],
28 "author": "mjbecze <mjbecze@gmail.com>",
29 "contributors": "Alex Beregszaszi <alex@rtfs.hu>",
30 "license": "MPL-2.0",
31 "dependencies": {
32 "binary-search-insert": "^1.0.3",
33 "debug": "^3.1.0",
34 "events": "^2.0.0",
35 "primea-objects": "0.1.1",
36 "safe-buffer": "^5.1.2"
37 },
38 "devDependencies": {
39 "coveralls": "^3.0.1",
40 "dfinity-radix-tree": "^0.2.4",
41 "documentation": "^6.3.3",
42 "level-browserify": "^1.1.2",
43 "nyc": "^11.8.0",
44 "standard": "11.0.1",
45 "tape": "^4.9.0"
46 }
47}
48

Built with git-ssb-web