UNPKG

eosjs-ios-browser-signature-provider-interface

Version:

A Signature Provider Interface for communicating with an authenticator from iOS browsers using the EOSIO Authentication Transport Protocol Specification.

54 lines (53 loc) 1.53 kB
{ "name": "eosjs-ios-browser-signature-provider-interface", "version": "0.1.1", "description": "A Signature Provider Interface for communicating with an authenticator from iOS browsers using the EOSIO Authentication Transport Protocol Specification.", "author": { "name": "block.one", "url": "https://block.one" }, "contributors": [ "Brandon Fancher", "Jeffrey Smith II", "Ryan Wiesjahn", "Randy Torres" ], "license": "MIT", "homepage": "https://github.com/EOSIO/eosjs-ios-browser-signature-provider-interface#readme", "repository": { "type": "git", "url": "git+https://github.com/EOSIO/eosjs-ios-browser-signature-provider-interface.git" }, "bugs": { "url": "https://github.com/EOSIO/eosjs-ios-browser-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" }, "devDependencies": { "@blockone/tslint-config-blockone": "^4.0.1", "@types/qs": "^6.5.1", "tslint": "^5.11.0", "tslint-eslint-rules": "^5.4.0", "typescript": "^3.1.6" }, "dependencies": { "eosjs-signature-provider-interface": "^0.1.1", "qs": "^6.5.2", "uuid": "^3.3.2" } }