ethers.js/package.json
2017-03-01 15:18:54 -05:00

29 lines
599 B
JSON

{
"name": "ethers-wallet",
"version": "1.0.11",
"description": "Ethereum wallet library.",
"main": "index.js",
"scripts": {
"test": "cd tests && node index.js",
"version": "grunt dist"
},
"dependencies": {
"ethers-utils": "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"
}