0.3.7
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "xxdk-wasm", | ||
"version": "0.3.7", | ||
"description": "WebAssembly bindings for xxDK.", | ||
"main": "index.ts", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"files": [ | ||
"xxdk-channelsIndexedDkWorker.wasm", | ||
"xxdk-dmIndexedDkWorker.wasm", | ||
"xxdk-logFileWorker.wasm", | ||
"xxdk-stateIndexedDkWorker.wasm", | ||
"xxdk.wasm" | ||
], | ||
"scripts": { | ||
"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", | ||
"license": "BSD-2-Clause" | ||
} |
Please register or sign in to comment