Files: dcd4e757706b7946eff933674387a29bc6270077 / package.json
1521 bytesRaw
1 | { |
2 | "name": "primea-hypervisor", |
3 | "version": "0.7.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 | "events": "^2.0.0", |
34 | "primea-objects": "0.0.4", |
35 | "safe-buffer": "^5.1.2" |
36 | }, |
37 | "devDependencies": { |
38 | "coveralls": "^3.0.0", |
39 | "dfinity-radix-tree": "^0.2.2", |
40 | "documentation": "^6.3.2", |
41 | "level-browserify": "^1.1.2", |
42 | "nyc": "^11.7.1", |
43 | "standard": "11.0.1", |
44 | "tape": "^4.9.0" |
45 | } |
46 | } |
47 |
Built with git-ssb-web