add forge as dep, ursa as optional

This commit is contained in:
AJ ONeal 2016-07-30 19:10:14 -04:00
parent a1c998a4be
commit 2f009ee9a6
1 changed files with 7 additions and 1 deletions

View File

@ -34,5 +34,11 @@
"bugs": {
"url": "https://github.com/Daplie/rsa-compat.js/issues"
},
"homepage": "https://github.com/Daplie/rsa-compat.js#readme"
"homepage": "https://github.com/Daplie/rsa-compat.js#readme",
"dependencies": {
"node-forge": "^0.6.41"
},
"optionalDependencies": {
"ursa": "^0.9.4"
}
}