node-rsa/package.json

45 lines
866 B
JSON
Raw Permalink Normal View History

2021-08-26 14:18:43 +02:00
{
"name": "node-rsa",
"version": "1.1.2",
"description": "Node.js RSA library",
"main": "src/NodeRSA.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/magnusvw/node-rsa.git"
},
"keywords": [
"node",
"rsa",
"crypto",
"assymetric",
"encryption",
"decryption",
"sign",
"verify",
"pkcs1",
"oaep",
"pss"
],
"author": "rzcoder",
"license": "MIT",
"bugs": {
"url": "https://github.com/magnusvw/node-rsa/issues"
},
"homepage": "https://github.com/magnusvw/node-rsa",
"devDependencies": {
"chai": "^4.2.0",
"grunt": "^1.1.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-simple-mocha": "0.4.1",
"jit-grunt": "0.10.0",
"lodash": "^4.17.15",
"nyc": "^15.0.0"
},
"dependencies": {
"asn1": "^0.2.4"
}
}