ethers.js/packages/tests/package.json

42 lines
1.0 KiB
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
2019-11-23 15:15:06 +03:00
"author": "Richard Moore <me@ricmoo.com>",
2019-05-15 01:25:46 +03:00
"browser": {
2019-11-23 15:15:06 +03:00
"ethers": "./lib/browser-ethers.js"
2019-05-15 01:25:46 +03:00
},
"dependencies": {
"@ethersproject/testcases": ">=5.0.0-beta.131",
2019-08-19 18:53:58 +03:00
"@ethersproject/cli": ">=5.0.0-beta.145",
2019-05-15 01:25:46 +03:00
"@types/mocha": "^5.2.0",
"ethers": ">=5.0.0-beta.156",
2019-05-15 01:25:46 +03:00
"mocha-phantomjs-core": "2.1.2"
},
2019-11-23 15:15:06 +03:00
"description": "Testing package for ethers.",
2019-05-15 01:25:46 +03:00
"devDependencies": {
"browserify": "16.2.3",
"mocha": "^5.2.0",
"web3-providers-http": "1.0.0-beta.35"
},
2019-11-23 15:15:06 +03:00
"ethereum": "donations.ethers.eth",
2019-05-15 01:25:46 +03:00
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
2019-11-23 15:15:06 +03:00
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/tests",
2019-05-15 01:25:46 +03:00
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
2019-11-23 15:15:06 +03:00
"scripts": {
"test": "exit 1"
},
2019-11-24 18:02:22 +03:00
"tarballHash": "0x5d5efc5d4607c61d3b5ed6b7af4830c06e2164b8578cf34f83410ecf27754a80",
"types": "./lib/index.d.ts",
2019-11-24 18:02:22 +03:00
"version": "5.0.0-beta.144"
2019-05-15 01:25:46 +03:00
}