did-wallet-web
Version:
Web UI Wrapper for DID based Cloud Wallet to Browser
37 lines (36 loc) • 926 B
JSON
{
"name": "did-wallet-web",
"version": "0.5.17",
"description": "Web UI Wrapper for DID based Cloud Wallet to Browser",
"main": "lib/WebClient.js",
"scripts": {
"test": "mocha",
"build": "node_modules/.bin/browserify -s WebClient -o dist/client.js lib/WebClient.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/energychain/did-wallet-web.git"
},
"keywords": [
"did",
"identity",
"wallet",
"service"
],
"author": "STROMDAO GmbH <dev@stromdao.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/energychain/did-wallet-web/issues"
},
"homepage": "https://github.com/energychain/did-wallet-web#readme",
"dependencies": {
"did-resolver": "^3.1.5",
"ethers": "^5.5.3",
"ethr-did": "^2.2.0",
"ethr-did-resolver": "^5.0.4",
"jsontokens": "^3.0.0"
},
"devDependencies": {
"browserify": "^17.0.0"
}
}