git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 864bc27090fe788a4bf5a86c00246ca6e4391dd0

Files: 864bc27090fe788a4bf5a86c00246ca6e4391dd0 / package.json

1955 bytesRaw
1{
2 "name": "primea-hypervisor",
3 "version": "0.0.1",
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:exo && npm run build:docs:ports && 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:exo": "documentation build ./exoInterface.js --github --shallow --sort-order source -f md > ./docs/exoInterface.md",
12 "build:docs:ports": "documentation build ./port.js --github --shallow --sort-order source -f md > ./docs/port.md",
13 "build:docs:portManager": "documentation build ./portManager.js --github --shallow --sort-order source -f md > ./docs/portManager.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 "ipld-graph-builder": "1.1.5",
36 "primea-message": "0.0.1"
37 },
38 "devDependencies": {
39 "coveralls": "^2.13.1",
40 "documentation": "^4.0.0-rc.1",
41 "ipfs": "^0.23.1",
42 "istanbul": "^1.1.0-alpha.1",
43 "level-promise": "^2.1.1",
44 "levelup": "^1.3.8",
45 "memdown": "^1.2.4",
46 "primea-wasm-container": "0.0.0",
47 "standard": "10.0.2",
48 "tape": "^4.5.1"
49 }
50}
51

Built with git-ssb-web