ethers.js/package.json

32 lines
691 B
JSON

{
"name": "ethers",
"version": "2.0.1",
"description": "Ethereum wallet library.",
"main": "index.js",
"scripts": {
"test": "cd tests && node index.js",
"version": "grunt dist"
},
"dependencies": {
"ethers-contracts": "^2.0.0",
"ethers-providers": "^2.0.0",
"ethers-utils": "^2.0.0",
"ethers-wallet": "^2.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-contrib-uglify": "^1.0.1"
},
"keywords": [
"ethereum",
"wallet"
],
"author": "Richard Moore <me@ricmoo.com>",
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers-wallet.git"
},
"license": "MIT"
}