ethers.js/package.json

32 lines
691 B
JSON
Raw Normal View History

2016-07-14 20:43:15 +03:00
{
2017-03-08 09:50:12 +03:00
"name": "ethers",
2017-07-06 03:39:03 +03:00
"version": "2.1.2",
2016-07-14 20:43:15 +03:00
"description": "Ethereum wallet library.",
"main": "index.js",
"scripts": {
2017-03-01 23:18:54 +03:00
"test": "cd tests && node index.js",
"version": "grunt dist"
2016-07-14 20:43:15 +03:00
},
"dependencies": {
2017-05-22 03:31:37 +03:00
"ethers-contracts": "^2.1.0",
"ethers-providers": "^2.1.0",
"ethers-utils": "^2.1.0",
"ethers-wallet": "^2.1.0"
2016-07-27 00:57:11 +03:00
},
2016-07-14 20:43:15 +03:00
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-contrib-uglify": "^1.0.1"
2016-07-14 20:43:15 +03:00
},
"keywords": [
"ethereum",
"wallet"
],
"author": "Richard Moore <me@ricmoo.com>",
2016-08-10 21:30:33 +03:00
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers-wallet.git"
},
2016-07-14 20:43:15 +03:00
"license": "MIT"
}