2016-07-14 20:43:15 +03:00
|
|
|
{
|
2017-03-08 09:50:12 +03:00
|
|
|
"name": "ethers",
|
2017-11-13 00:39:41 +03:00
|
|
|
"version": "2.1.4",
|
2016-07-14 20:43:15 +03:00
|
|
|
"description": "Ethereum wallet library.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2017-10-23 01:17:31 +03:00
|
|
|
"test": "if [ \"$RUN_PHANTOMJS\" = \"1\" ]; then npm run-script test-phantomjs; else npm run-script test-node; fi",
|
2017-10-23 01:05:44 +03:00
|
|
|
"test-node": "./node_modules/.bin/mocha tests/test-*.js",
|
2017-10-23 00:51:30 +03:00
|
|
|
"test-phantomjs": "./node_modules/.bin/grunt --gruntfile tests/Gruntfile.js dist && phantomjs ./node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js ./tests/test.html",
|
2016-07-16 07:34:21 +03:00
|
|
|
"version": "grunt dist"
|
2016-07-14 20:43:15 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-11-10 03:54:28 +03:00
|
|
|
"ethers-contracts": "^2.1.5",
|
2017-11-13 00:39:41 +03:00
|
|
|
"ethers-providers": "^2.1.9",
|
2017-11-10 03:54:28 +03:00
|
|
|
"ethers-utils": "^2.1.6",
|
|
|
|
"ethers-wallet": "^2.1.4"
|
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",
|
2017-10-23 00:47:17 +03:00
|
|
|
"grunt-cli": "1.2.0",
|
2017-10-21 10:36:55 +03:00
|
|
|
"grunt-contrib-uglify": "^1.0.1",
|
2017-10-23 00:47:17 +03:00
|
|
|
"mocha": "^3.2.0",
|
|
|
|
"mocha-phantomjs-core": "2.1.2"
|
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"
|
|
|
|
}
|