ethers.js/packages/shims/package.json

33 lines
938 B
JSON
Raw Permalink Normal View History

2019-05-14 22:25:46 +00:00
{
"_ethers_nobuild": true,
"author": "Richard Moore <me@ricmoo.com>",
2019-05-14 22:25:46 +00:00
"description": "Shims required for ethers in constrained environments.",
"devDependencies": {
"browserify": "16.2.3",
"uglify-es": "3.3.9"
},
"ethereum": "donations.ethers.eth",
2019-05-14 22:25:46 +00:00
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/shims",
2019-05-14 22:25:46 +00:00
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"dist": "browserify ./src/index.js -o ./dist/index.js && uglifyjs --compress --mangle --output ./dist/index.min.js -- ./dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0xd5d80bb237a3ed648dbf8c99ea6675a3617e97458b7cc8ed9dd4076ad6b2f864",
"types": "./lib/index.d.ts",
"version": "5.0.1"
2019-05-14 22:25:46 +00:00
}