@webwallet/iou
Version:
Sign and verify WebWallet IOUs.
29 lines (28 loc) • 603 B
JSON
{
"name": "@webwallet/iou",
"version": "0.0.2",
"description": "Sign and verify WebWallet IOUs.",
"main": "index.js",
"dependencies": {
"elliptic": "^6.4.0"
},
"devDependencies": {},
"scripts": {
"preinstall": "node scripts/symlink"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/webwallet/iou.git"
},
"keywords": [
"iou",
"clearing",
"transaction"
],
"author": "webwallet.org",
"license": "MIT",
"bugs": {
"url": "https://github.com/webwallet/iou/issues"
},
"homepage": "https://github.com/webwallet/iou#readme"
}