mirror of
https://github.com/nlepage/go-wasm-http-server.git
synced 2025-03-10 09:27:08 +00:00
13 lines
388 B
JSON
13 lines
388 B
JSON
{
|
|
"name": "go-wasm-http-server",
|
|
"version": "0.1.0",
|
|
"description": "WebAssembly Go HTTP Server embedded in a ServiceWorker",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/nlepage/go-wasm-http-server",
|
|
"author": "Nicolas Lepage <19571875+nlepage@users.noreply.github.com>",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"all-contributors-cli": "^6.26.1"
|
|
}
|
|
}
|