add forge as dep, ursa as optional
This commit is contained in:
parent
a1c998a4be
commit
2f009ee9a6
|
@ -34,5 +34,11 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Daplie/rsa-compat.js/issues"
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue