UNPKG

bankid-client

Version:

Client to interact with BankID services.

31 lines (30 loc) 780 B
{ "name": "bankid-client", "version": "2.0.4", "description": "Client to interact with BankID services.", "main": "index.js", "scripts": { "test": "nyc --reporter=html --reporter=text --x config.js --x test.js ./node_modules/mocha/bin/mocha --timeout 5000", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "keywords": [ "bankid" ], "author": { "name": "Sergei Liski", "email": "sergeiliski@gmail.com", "url": "http://sergeiliski.com" }, "homepage": "https://github.com/sergeiliski/bankid-client", "license": "MIT", "dependencies": { "axios": "^0.19.2" }, "devDependencies": { "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "coveralls": "^3.0.2", "mocha": "^5.2.0", "nyc": "^13.0.1" } }