Files: 153d7d5e0c516e7c72aadb4a57a7087c0a50ace6 / package.json
1488 bytesRaw
1 | { |
2 | "name": "ewasm-kernel", |
3 | "version": "0.0.0", |
4 | "description": "This is a JS prototype of the eWASM kernal.", |
5 | "scripts": { |
6 | "coverage": "node --harmony ./node_modules/istanbul/lib/cli.js cover ./tests/apiTests.js", |
7 | "coveralls": "npm run coverage && coveralls <coverage/lcov.info", |
8 | "lint": "standard", |
9 | "test": "node --harmony --expose-wasm ./tests/interfaceRunner.js", |
10 | "build": "node ./tests/buildTests.js && ./tools/wabt/out/wast2wasm ./wasm/interface.wast -o ./wasm/interface.wasm" |
11 | }, |
12 | "repository": { |
13 | "type": "git", |
14 | "url": "git+https://github.com/ewasm/ewasm-kernel.git" |
15 | }, |
16 | "bugs": { |
17 | "url": "https://github.com/ewasm/ewasm-kernel/issues" |
18 | }, |
19 | "homepage": "https://github.com/ewasm/ewasm-kernel", |
20 | "keywords": [ |
21 | "ethereum", |
22 | "webassembly", |
23 | "wasm", |
24 | "ewasm" |
25 | ], |
26 | "author": "mjbecze <mjbecze@gmail.com>", |
27 | "contributors": "Alex Beregszaszi <alex@rtfs.hu>", |
28 | "license": "MPL-2.0", |
29 | "devDependencies": { |
30 | "coveralls": "^2.13.1", |
31 | "ipfs": "^0.23.1", |
32 | "istanbul": "^1.1.0-alpha.1", |
33 | "standard": "10.0.1", |
34 | "tape": "^4.5.1" |
35 | }, |
36 | "standard": { |
37 | "ignore": [ |
38 | "/tools/" |
39 | ], |
40 | "globals": [ |
41 | "WebAssembly" |
42 | ] |
43 | }, |
44 | "dependencies": { |
45 | "deepcopy": "^0.6.3", |
46 | "ethereumjs-block": "^1.5.0", |
47 | "ethereumjs-tx": "^1.2.5", |
48 | "ethereumjs-util": "^5.1.0", |
49 | "fixed-bn.js": "0.0.2", |
50 | "ipld-graph-builder": "1.0.1", |
51 | "primea-message": "0.0.0", |
52 | "primea-wasm-container": "0.0.0" |
53 | } |
54 | } |
55 |
Built with git-ssb-web