{ "name": "js-keypair", "version": "1.0.0", "description": "Generate a key pair using the webcrypto API", "main": "js-keygen.js", "dependencies": {}, "devDependencies": { "eslint": "4.17.0", "eslint-config-airbnb-base": "^12.1.0", "eslint-config-prettier": "^2.9.0", "eslint-plugin-import": "^2.8.0" }, "scripts": { "test": "echo \"To run test open test/index.html in your browser\"" }, "author": "patrick@roumanoff.com", "license": "Apache 2.0" }