git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: d4cfbd48b828917f70d5680efb0a6567637efcdb

Files: d4cfbd48b828917f70d5680efb0a6567637efcdb / package.json

2022 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 "coverage": "node --harmony ./node_modules/istanbul/lib/cli.js cover ./tests/index.js",
7 "coveralls": "npm run coverage && coveralls <coverage/lcov.info",
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 --harmony ./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 "bn.js": "^4.11.6",
35 "chunk": "0.0.2",
36 "ipld-graph-builder": "1.3.0",
37 "merkle-radix-tree": "0.0.4",
38 "primea-message": "0.0.2"
39 },
40 "devDependencies": {
41 "primea-abstract-container": "0.0.4",
42 "coveralls": "^2.13.1",
43 "documentation": "^5.0.1",
44 "ipfs": "^0.25.1",
45 "istanbul": "^1.1.0-alpha.1",
46 "level-promise": "^2.1.1",
47 "levelup": "^1.3.8",
48 "memdown": "^1.2.4",
49 "standard": "10.0.3",
50 "tape": "^4.5.1"
51 }
52}
53

Built with git-ssb-web