32 lines
691 B
JSON
32 lines
691 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": {
|
|
"autoprefixer": "^10.2.6",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"webpack": "^4.42.1",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-dev-server": "^3.11.0"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.6.5",
|
|
"html-webpack-plugin": "^4.2.0"
|
|
}
|
|
}
|