Files: 000f34b577eb112f2692b0c577052f065087f96c / package.json
841 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/ethereumjs/ewasm-kernel.git" |
12 | }, |
13 | "bugs": { |
14 | "url": "https://github.com/ethereumjs/ewasm-kernel/issues" |
15 | }, |
16 | "homepage": "https://github.com/ethereumjs/ewasm-kernel", |
17 | "keywords": [ |
18 | "ethereum", |
19 | "webassebly", |
20 | "wasm" |
21 | ], |
22 | "author": "mjbecze <mjbecze@gmail.com>", |
23 | "license": "MPL-2.0", |
24 | "devDependencies": { |
25 | "standard": "^7.1.2", |
26 | "tape": "^4.5.1" |
27 | }, |
28 | "standard": { |
29 | "ignore": [ |
30 | "/sexpr-wasm-prototype/" |
31 | ], |
32 | "globals": [ |
33 | "Wasm" |
34 | ] |
35 | }, |
36 | "dependencies": { |
37 | "generic-digraph": "^3.1.1" |
38 | } |
39 | } |
40 |
Built with git-ssb-web