2016-07-14 13:43:15 -04:00
|
|
|
{
|
|
|
|
"name": "ethers-wallet",
|
2016-10-05 00:12:15 +08:00
|
|
|
"version": "1.0.5",
|
2016-07-14 13:43:15 -04:00
|
|
|
"description": "Ethereum wallet library.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2016-07-26 17:57:11 -04:00
|
|
|
"test": "./node_modules/.bin/nodeunit tests/index.js",
|
2016-07-16 00:34:21 -04:00
|
|
|
"version": "grunt dist"
|
2016-07-14 13:43:15 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-08-01 19:39:54 -04:00
|
|
|
"aes-js": "2.0.0",
|
2016-07-14 13:43:15 -04:00
|
|
|
"elliptic": "6.3.1",
|
2016-08-03 19:36:44 -04:00
|
|
|
"inherits": "2.0.1",
|
2016-07-14 13:43:15 -04:00
|
|
|
"pbkdf2": "3.0.4",
|
|
|
|
"rlp": "2.0.0",
|
2016-08-04 20:27:21 -04:00
|
|
|
"setimmediate": "1.0.4",
|
2016-08-15 23:04:02 -04:00
|
|
|
"scrypt-js": "2.0.3",
|
2016-07-26 17:57:11 -04:00
|
|
|
"uuid": "2.0.1",
|
|
|
|
"xmlhttprequest": "1.8.0"
|
|
|
|
},
|
|
|
|
"browser": {
|
2016-07-27 02:53:40 -04:00
|
|
|
"./lib/random-bytes.js": "./lib/browser-random-bytes.js",
|
|
|
|
"xmlhttprequest": "./lib/browser-xmlhttprequest.js"
|
2016-07-14 13:43:15 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-07-20 18:06:03 -04:00
|
|
|
"ethereumjs-abi": "0.6.2",
|
2016-07-16 00:34:21 -04:00
|
|
|
"ethereumjs-tx": "1.1.1",
|
|
|
|
"ethereumjs-util": "4.3.0",
|
2016-07-14 13:43:15 -04:00
|
|
|
"grunt": "^0.4.5",
|
|
|
|
"grunt-browserify": "^5.0.0",
|
|
|
|
"grunt-contrib-uglify": "^1.0.1",
|
2016-07-22 02:43:03 -04:00
|
|
|
"nodeunit": "0.9.1",
|
2016-08-01 18:37:04 -04:00
|
|
|
"web3": "0.15.3",
|
|
|
|
|
|
|
|
"ethereumjs-vm": "1.4.0",
|
|
|
|
"solc": "0.3.5"
|
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"
|
|
|
|
}
|