8baa236d81
* Moved `nym-sphinx-wasm` into `wasm` folder and renamed its examples * A proposal for some structural cleanup * desktop client: beginning of a Rust example for chunking. * Simplifying desktop client readme * Tarting up webassembly README * A more visual webassembly client example * clients/webassembly: grouping a few things into named functions for clarity * clients/webassembly: put URLs at top of file, prepping for drop-down action * mixnode + provider run: changed startup error messages a bit * clients/webassembly: scrolling from the bottom in the demo
30 lines
659 B
JSON
30 lines
659 B
JSON
{
|
|
"name": "nym-client-websocket-demo",
|
|
"version": "0.7.0",
|
|
"description": "Connect to a local Nym client, send and retrieve from the Nym network. ",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"start": "webpack-dev-server"
|
|
},
|
|
"keywords": [
|
|
"nym",
|
|
"anonymity",
|
|
"mixnet",
|
|
"client",
|
|
"rust",
|
|
"websockets"
|
|
],
|
|
"author": "Dave Hrycyszyn",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"webpack": "^4.42.1",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-dev-server": "^3.10.3"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.6.5",
|
|
"html-webpack-plugin": "^4.2.0"
|
|
}
|
|
} |