UNPKG

node-rsa-westartrack

Version:
47 lines (46 loc) 897 B
{ "author": { "name": "rzcoder" }, "bugs": { "url": "https://github.com/rzcoder/node-rsa/issues" }, "dependencies": { "asn1": "^0.2.4" }, "description": "Node.js RSA library", "devDependencies": { "chai": "^4.2.0", "grunt": "^1.0.3", "grunt-contrib-jshint": "^2.0.0", "grunt-simple-mocha": "0.4.1", "jit-grunt": "0.10.0", "lodash": "^4.17.11", "nyc": "^13.1.0" }, "homepage": "https://github.com/rzcoder/node-rsa", "keywords": [ "node", "rsa", "crypto", "assymetric", "encryption", "decryption", "sign", "verify", "pkcs1", "oaep", "pss" ], "license": "MIT", "main": "src/NodeRSA.js", "name": "node-rsa-westartrack", "repository": { "type": "git", "url": "git+https://github.com/rzcoder/node-rsa.git" }, "scripts": { "test": "grunt test" }, "version": "0.0.2" }