2016-07-14 13:43:15 -04:00
|
|
|
{
|
2017-03-08 01:50:12 -05:00
|
|
|
"name": "ethers",
|
2017-04-22 11:43:32 -04:00
|
|
|
"version": "2.0.2",
|
2016-07-14 13:43:15 -04:00
|
|
|
"description": "Ethereum wallet library.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2017-03-01 15:18:54 -05:00
|
|
|
"test": "cd tests && node index.js",
|
2016-07-16 00:34:21 -04:00
|
|
|
"version": "grunt dist"
|
2016-07-14 13:43:15 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-04-04 18:55:36 -04:00
|
|
|
"ethers-contracts": "^2.0.0",
|
|
|
|
"ethers-providers": "^2.0.0",
|
|
|
|
"ethers-utils": "^2.0.0",
|
|
|
|
"ethers-wallet": "^2.0.0"
|
2016-07-26 17:57:11 -04:00
|
|
|
},
|
2016-07-14 13:43:15 -04:00
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "^0.4.5",
|
|
|
|
"grunt-browserify": "^5.0.0",
|
2017-02-27 00:08:48 -05:00
|
|
|
"grunt-contrib-uglify": "^1.0.1"
|
2016-07-14 13:43:15 -04:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"ethereum",
|
|
|
|
"wallet"
|
|
|
|
],
|
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
2016-08-10 14:30:33 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ethers-io/ethers-wallet.git"
|
|
|
|
},
|
2016-07-14 13:43:15 -04:00
|
|
|
"license": "MIT"
|
|
|
|
}
|