Files: 2caecab9c7668e6b59a361d55a61d73ff0a6c4c7 / package.json
846 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 | "license": "MPL-2.0", |
25 | "devDependencies": { |
26 | "standard": "^7.1.2", |
27 | "tape": "^4.5.1" |
28 | }, |
29 | "standard": { |
30 | "ignore": [ |
31 | "/tools/sexpr-wasm-prototype/" |
32 | ], |
33 | "globals": [ |
34 | "Wasm" |
35 | ] |
36 | }, |
37 | "dependencies": { |
38 | "generic-digraph": "^3.1.1" |
39 | } |
40 | } |
41 |
Built with git-ssb-web