@colony/purser-software
Version:
A javascript library to interact with a software Ethereum wallet, based on the ethers.js library
41 lines (40 loc) • 917 B
JSON
{
"name": "@colony/purser-software",
"version": "1.2.7",
"description": "A javascript library to interact with a software Ethereum wallet, based on the ethers.js library",
"keywords": [
"ethereum",
"javascript",
"wallet",
"colony",
"software-wallet",
"monorepo",
"purser",
"ethers",
"software-wallet"
],
"private": false,
"main": "index.js",
"module": "es/index.js",
"files": [
"es",
"docs",
"*.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/JoinColony/purser.git"
},
"author": "Raul Glogovetan <raul@colony.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/JoinColony/purser/issues"
},
"homepage": "https://github.com/JoinColony/purser",
"dependencies": {
"@babel/runtime": "^7.1.2",
"@colony/purser-core": "2.2.1",
"ethereumjs-util": "^6.0.0",
"ethers": "^4.0.33"
}
}