Files: 42bb5a2f36de56726c4bd6ede09c95352d5b545d / package.json
1851 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 | "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 | "bn.js": "^4.11.6", |
34 | "clone": "^2.1.1", |
35 | "object-clear": "^0.1.0", |
36 | "ipld-graph-builder": "1.1.5" |
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 | "primea-message": "0.0.1", |
44 | "standard": "10.0.2", |
45 | "tape": "^4.5.1" |
46 | } |
47 | } |
48 |
Built with git-ssb-web