diff --git a/package.json b/package.json index 359dc4d..35511f3 100644 --- a/package.json +++ b/package.json @@ -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" + } }