UNPKG

ethereum-web-token

Version:

EWT bundles Ethereum function-calls into [JWT](https://jwt.io/)-like tokens. It simplifies the use of ECDSA signatures for webapps and the development of [Smart Oracles](https://github.com/codius/codius/wiki/Smart-Oracles:-A-Simple,-Powerful-Approach-to-S

48 lines (47 loc) 1.12 kB
{ "name": "ethereum-web-token", "version": "0.1.12", "main": "dist/index.js", "author": "Johann Barbie <johannbarbie@me.com>", "license": "MIT", "repository": { "type": "git", "url": "git@github.com:cosign-io/ether-token-js.git" }, "keywords": [ "JWT", "Ethereum", "ABI" ], "files": [ "dist", "README.md" ], "scripts": { "test": "mocha 'lib/*.spec.js'", "prebuild": "rm -rf dist", "build": "babel --out-dir dist --ignore *.spec.js lib" }, "devDependencies": { "babel-cli": "^6.11.4", "babel-core": "^6.10.4", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-runtime": "^6.9.0", "babel-preset-es2015": "^6.13.2", "babel-preset-stage-0": "^6.13.0", "babel-runtime": "^6.9.2", "chai": "^3.5.0", "mocha": "^3.0.0-1", "sinon": "^1.17.4", "sinon-chai": "^2.8.0" }, "dependencies": { "base64url": "^2.0.0", "bignumber.js": "^2.3.0", "bn.js": "^4.11.6", "ecdsa-sig-formatter": "^1.0.7", "es6-promise": "^3.2.1", "ethereumjs-util": "^4.5.0", "js-sha3": "^0.5.2" } }