ethers.js/package.json
2018-02-03 21:02:34 -05:00

37 lines
1.1 KiB
JSON

{
"name": "ethers",
"version": "2.2.5",
"description": "Ethereum wallet library.",
"main": "index.js",
"scripts": {
"test": "if [ \"$RUN_PHANTOMJS\" = \"1\" ]; then npm run-script test-phantomjs; else npm run-script test-node; fi",
"test-node": "./node_modules/.bin/mocha tests/test-*.js",
"test-phantomjs": "./node_modules/.bin/grunt --gruntfile tests/Gruntfile.js dist && phantomjs ./node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js ./tests/test.html",
"version": "grunt dist"
},
"dependencies": {
"ethers-contracts": "2.2.1",
"ethers-providers": "2.1.19",
"ethers-utils": "2.1.10",
"ethers-wallet": "2.1.8"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-cli": "1.2.0",
"grunt-contrib-uglify": "^1.0.1",
"mocha": "^3.2.0",
"mocha-phantomjs-core": "2.1.2"
},
"keywords": [
"ethereum",
"wallet"
],
"author": "Richard Moore <me@ricmoo.com>",
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers-wallet.git"
},
"license": "MIT"
}