44 lines
841 B
JSON
44 lines
841 B
JSON
|
{
|
||
|
"name": "node-rsa",
|
||
|
"version": "0.4.2",
|
||
|
"description": "Node.js RSA library",
|
||
|
"main": "src/NodeRSA.js",
|
||
|
"scripts": {
|
||
|
"test": "grunt test"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/rzcoder/node-rsa.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"node",
|
||
|
"rsa",
|
||
|
"crypto",
|
||
|
"assymetric",
|
||
|
"encryption",
|
||
|
"decryption",
|
||
|
"sign",
|
||
|
"verify",
|
||
|
"pkcs1",
|
||
|
"oaep",
|
||
|
"pss"
|
||
|
],
|
||
|
"author": "rzcoder",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/rzcoder/node-rsa/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/rzcoder/node-rsa",
|
||
|
"devDependencies": {
|
||
|
"chai": "^3.5.0",
|
||
|
"grunt": "^1.0.1",
|
||
|
"grunt-contrib-jshint": "^1.0.0",
|
||
|
"grunt-simple-mocha": "^0.4.1",
|
||
|
"jit-grunt": "^0.10.0",
|
||
|
"lodash": "^4.13.1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"asn1": "0.2.3"
|
||
|
}
|
||
|
}
|