git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: ffe13cc65ec017b5eaa668cc1f7d5c0397427e1c

Files: ffe13cc65ec017b5eaa668cc1f7d5c0397427e1c / package.json

1157 bytesRaw
1{
2 "name": "primea-hypervisor",
3 "version": "0.0.0",
4 "description": "this is a JS implemention of the primea hypervisor",
5 "scripts": {
6 "coverage": "node ./node_modules/istanbul/lib/cli.js cover ./tests/index.js",
7 "coveralls": "npm run coverage && coveralls <coverage/lcov.info",
8 "lint": "standard",
9 "test": "tape ./tests/index.js"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/primea/js-primea-hypervisor.git"
14 },
15 "bugs": {
16 "url": "https://github.com/primea/js-primea-hypervisor/issues"
17 },
18 "homepage": "https://github.com/primea/js-primea-hypervisor",
19 "keywords": [
20 "primea",
21 "hypervisor",
22 "kernel"
23 ],
24 "author": "mjbecze <mjbecze@gmail.com>",
25 "contributors": "Alex Beregszaszi <alex@rtfs.hu>",
26 "license": "MPL-2.0",
27 "dependencies": {
28 "bn.js": "^4.11.6",
29 "clone": "^2.1.1",
30 "ipld-graph-builder": "1.1.5",
31 "multibase": "^0.3.4",
32 "object-clear": "^0.1.0"
33 },
34 "devDependencies": {
35 "coveralls": "^2.13.1",
36 "ipfs": "^0.23.1",
37 "istanbul": "^1.1.0-alpha.1",
38 "standard": "10.0.2",
39 "tape": "^4.5.1",
40 "primea-message": "0.0.1"
41 }
42}
43

Built with git-ssb-web