Skip to content
Snippets Groups Projects
package.json 830 B
Newer Older
{
    "name": "xxdk-wasm",
Richard T. Carback III's avatar
Richard T. Carback III committed
    "version": "0.3.10",
    "description": "WebAssembly bindings for xxDK.",
    "main": "dist/bundle.js",
    "module": "dist/bundle.js",
    "directories": {
    },
    "files": [
    ],
    "scripts": {
        "build": "webpack",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "https://git.xx.network/elixxir/xxdk-wasm.git"
    },
    "keywords": [
        "xx",
        "xxnetwork",
        "mixnet",
        "privacy"
    ],
    "author": "Richard T. Carback III",