git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 0edfe5b10a3a58691d782ae18e443689a66cf95d

Files: 0edfe5b10a3a58691d782ae18e443689a66cf95d / package.json

832 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/runner.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