Files: 807065e92512168f27868090b0395f77d4c52705 / package.json
988 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 | "lint": "standard", |
7 | "test": "node --expose-wasm ./tests/interfaceRunner.js" |
8 | }, |
9 | "repository": { |
10 | "type": "git", |
11 | "url": "git+https://github.com/ewasm/ewasm-kernel.git" |
12 | }, |
13 | "bugs": { |
14 | "url": "https://github.com/ewasm/ewasm-kernel/issues" |
15 | }, |
16 | "homepage": "https://github.com/ewasm/ewasm-kernel", |
17 | "keywords": [ |
18 | "ethereum", |
19 | "webassembly", |
20 | "wasm", |
21 | "ewasm" |
22 | ], |
23 | "author": "mjbecze <mjbecze@gmail.com>", |
24 | "contributors": "Alex Beregszaszi <alex@rtfs.hu>", |
25 | "license": "MPL-2.0", |
26 | "devDependencies": { |
27 | "standard": "^7.1.2", |
28 | "tape": "^4.5.1" |
29 | }, |
30 | "standard": { |
31 | "ignore": [ |
32 | "/tools/sexpr-wasm-prototype/" |
33 | ], |
34 | "globals": [ |
35 | "Wasm" |
36 | ] |
37 | }, |
38 | "dependencies": { |
39 | "bn.js": "^4.11.6", |
40 | "ethereumjs-block": "^1.2.2", |
41 | "ethereumjs-tx": "^1.1.2", |
42 | "ethereumjs-util": "^4.5.0" |
43 | } |
44 | } |
45 |
Built with git-ssb-web