git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: c091abb0870d405499f6c16a44b7e83135f443d2

Files: c091abb0870d405499f6c16a44b7e83135f443d2 / 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 "primea-message": "0.0.0"
34 },
35 "devDependencies": {
36 "coveralls": "^2.13.1",
37 "ipfs": "^0.23.1",
38 "istanbul": "^1.1.0-alpha.1",
39 "standard": "10.0.2",
40 "tape": "^4.5.1"
41 }
42}
43

Built with git-ssb-web