UNPKG

eth-url-parser

Version:

Ethereum url parsing library

53 lines (52 loc) 1.21 kB
{ "name": "eth-url-parser", "version": "1.0.4", "description": "Ethereum url parsing library", "scripts": { "test": "npm run build && node ./tests | tap-spec", "build": "rollup -c", "start": "rollup -c -w", "prepublish": "npm run build" }, "keywords": [ "ethereum", "url", "parser", "eip681", "erc681", "web3" ], "author": "Bruno Barbieri", "license": "MIT", "repository": { "type": "git", "url": "git@github.com:brunobar79/eth-url-parser" }, "main": "dist/index.js", "module": "dist/index.es.js", "jsnext:main": "dist/index.es.js", "devDependencies": { "babel-core": "^6.26.0", "babel-eslint": "^8.2.1", "babel-plugin-external-helpers": "^6.22.0", "babel-preset-env": "^1.6.0", "babel-preset-stage-0": "^6.24.1", "rollup": "^0.54.0", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-commonjs": "^8.2.1", "rollup-plugin-node-resolve": "^3.0.2", "rollup-plugin-peer-deps-external": "^2.0.0", "tap-spec": "^5.0.0", "tape": "^4.9.1" }, "files": [ "dist" ], "dependencies": { "bignumber.js": "^7.2.1", "qs": "^6.5.2" }, "resolutions": { "**/trim": "0.0.3" } }