git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: f22f4faca05d5fe9f3c3e32dfb4d78ac9d5acb21

Files: f22f4faca05d5fe9f3c3e32dfb4d78ac9d5acb21 / package.json

1912 bytesRaw
1{
2 "name": "primea-hypervisor",
3 "version": "0.1.0",
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:kernel && npm run build:docs:scheduler && npm run build:docs:portManager",
10 "build:docs:hypervisor": "documentation build ./index.js --github --shallow --sort-order source -f md > ./docs/hypervisor.md",
11 "build:docs:kernel": "documentation build ./kernel.js --github --shallow --sort-order source -f md > ./docs/kernel.md",
12 "build:docs:portManager": "documentation build ./portManager.js --github --shallow --sort-order source -f md > ./docs/portManager.md",
13 "build:docs:scheduler": "documentation build ./scheduler.js --github --shallow --sort-order source -f md > ./docs/scheduler.md",
14 "test": "node ./tests/index.js"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/primea/js-primea-hypervisor.git"
19 },
20 "bugs": {
21 "url": "https://github.com/primea/js-primea-hypervisor/issues"
22 },
23 "homepage": "https://github.com/primea/js-primea-hypervisor",
24 "keywords": [
25 "primea",
26 "hypervisor",
27 "kernel"
28 ],
29 "author": "mjbecze <mjbecze@gmail.com>",
30 "contributors": "Alex Beregszaszi <alex@rtfs.hu>",
31 "license": "MPL-2.0",
32 "dependencies": {
33 "binary-search-insert": "^1.0.3",
34 "dfinity-radix-tree": "0.0.2",
35 "lockmap": "0.0.0",
36 "merkle-radix-tree": "0.0.4",
37 "primea-message": "0.0.2",
38 "sortedmap": "0.0.1",
39 "typedarray-addition": "0.0.1"
40 },
41 "devDependencies": {
42 "coveralls": "^3.0.0",
43 "documentation": "^5.0.1",
44 "level": "^1.7.0",
45 "nyc": "^11.2.1",
46 "primea-abstract-container": "0.0.4",
47 "standard": "10.0.3",
48 "tape": "^4.6.3"
49 }
50}
51

Built with git-ssb-web