From 2f009ee9a66367998be4ad3c01d33c9c0b3d42cd Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 30 Jul 2016 19:10:14 -0400 Subject: [PATCH] add forge as dep, ursa as optional --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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" + } }