eosjs-window-message-signature-provider-interface
Version:
A Signature Provider Interface for communicating with an authenticator over the Window Messaging API using the EOSIO Auth Transport Protocol.
62 lines (61 loc) • 1.64 kB
JSON
{
"name": "eosjs-window-message-signature-provider-interface",
"version": "0.1.3",
"description": "A Signature Provider Interface for communicating with an authenticator over the Window Messaging API using the EOSIO Auth Transport Protocol.",
"author": {
"name": "block.one",
"url": "https://block.one"
},
"contributors": [
"Ryan Wiesjahn",
"Lucas Fonseca",
"Tara Tritt"
],
"license": "MIT",
"homepage": "https://github.com/EOSIO/eosjs-window-message-signature-provider-interface#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/EOSIO/eosjs-window-message-signature-provider-interface.git"
},
"bugs": {
"url": "https://github.com/EOSIO/eosjs-window-message-signature-provider-interface/issues"
},
"keywords": [
"signature",
"provider",
"interface",
"bridge",
"eos",
"eosio",
"eosjs"
],
"main": "dist/index.js",
"scripts": {
"build": "yarn lint & tsc -p ./tsconfig.json",
"clean-build": "rm -rf dist && yarn build",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tslint -c tslint.json src/*.ts",
"prepublish": "yarn clean-build"
},
"dependencies": {
"eosjs-signature-provider-interface": "0.1.2"
},
"devDependencies": {
"@blockone/tslint-config-blockone": "^4.0.1",
"@types/node": "^10.12.12",
"tslib": "^1.9.3",
"tslint": "^5.11.0",
"typescript": "^3.2.1"
},
"jest": {
"coverageThreshold": {},
"collectCoverageFrom": [
"src/**/*"
],
"coverageReporters": [
"json-summary",
"text",
"text-summary"
]
}
}