diff --git a/box.json b/box.json index 58a6bd2..5e25f5f 100644 --- a/box.json +++ b/box.json @@ -9,6 +9,12 @@ "type":"git", "url":"https://github.com/coldbox-modules/bcrypt" }, + "license":[ + { + "type":"MIT", + "URL":"https://github.com/coldbox-modules/bcrypt/LICENSE" + } + ], "bugs":"https://ortussolutions.atlassian.net/secure/RapidBoard.jspa?projectKey=CCM", "slug":"BCrypt", "shortDescription":"A ColdBox module for BCrypt. Creates cryptographically strong (and slow) password hashes.", @@ -33,4 +39,4 @@ "format:watch":"cfformat watch *.cfc,models/,test-harness/tests/specs ./.cfformat.json", "format:check":"cfformat check *.cfc,models/,test-harness/tests/specs" } -} \ No newline at end of file +}