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