Files: 92f27537381aa9a1deaeb37c51d93bd690be51e4 / package.json
1150 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 --harmony ./node_modules/istanbul/lib/cli.js cover ./tests/index.js", |
7 | "coveralls": "npm run coverage && coveralls <coverage/lcov.info", |
8 | "lint": "standard", |
9 | "test": "node --harmony ./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 | "object-clear": "^0.1.0", |
31 | "ipld-graph-builder": "1.1.5" |
32 | }, |
33 | "devDependencies": { |
34 | "coveralls": "^2.13.1", |
35 | "ipfs": "^0.23.1", |
36 | "istanbul": "^1.1.0-alpha.1", |
37 | "standard": "10.0.2", |
38 | "tape": "^4.5.1", |
39 | "primea-message": "0.0.1" |
40 | } |
41 | } |
42 |
Built with git-ssb-web