ethers.js/package.json

38 lines
801 B
JSON
Raw Normal View History

2016-07-14 20:43:15 +03:00
{
"name": "ethers-wallet",
2017-02-03 01:06:44 +03:00
"version": "1.0.11",
2016-07-14 20:43:15 +03:00
"description": "Ethereum wallet library.",
"main": "index.js",
"scripts": {
2016-07-27 00:57:11 +03:00
"test": "./node_modules/.bin/nodeunit tests/index.js",
"version": "grunt dist"
2016-07-14 20:43:15 +03:00
},
"dependencies": {
2016-07-27 00:57:11 +03:00
},
"browser": {
2016-07-14 20:43:15 +03:00
},
"devDependencies": {
2016-07-21 01:06:03 +03:00
"ethereumjs-abi": "0.6.2",
"ethereumjs-tx": "1.1.1",
"ethereumjs-util": "4.3.0",
2016-07-14 20:43:15 +03:00
"grunt": "^0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-contrib-uglify": "^1.0.1",
2016-07-22 09:43:03 +03:00
"nodeunit": "0.9.1",
2016-08-02 01:37:04 +03:00
"web3": "0.15.3",
"ethereumjs-vm": "1.4.0",
"solc": "0.3.5"
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"
}