diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-12-07 20:36:29 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-12-07 20:36:29 +0000 |
| commit | 25366c503cfe763e60304202de450c84f37b39a0 (patch) | |
| tree | 97dfe9aaac19d19069edecb6a8842a27cbeac78d | |
| parent | 12529ce497c9c24c28ddb9d42dfa9a3db24fde9c (diff) | |
| parent | 99ca737176b74d758b2a16407247610606b9ea73 (diff) | |
| download | packages-25366c503cfe763e60304202de450c84f37b39a0.tar.gz packages-25366c503cfe763e60304202de450c84f37b39a0.zip | |
Merge pull request #99 from flaviut/patch-1
Add easy-bcrypt
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 0a9ec46..a0b7928 100644 --- a/packages.json +++ b/packages.json @@ -1038,6 +1038,15 @@ "description": "Mustache templating for Nimrod.", "license": "MIT", "web": "https://github.com/fenekku/moustachu" + }, + { + "name": "easy-bcrypt", + "url": "https://github.com/flaviut/easy-bcrypt.git", + "method": "git", + "tags": ["hash", "crypto", "password", "bcrypt"], + "description": "simple wrapper providing a convenient interface for the bcrypt password hashing algorithm", + "license": "CC0", + "web": "https://github.com/flaviut/easy-bcrypt/blob/master/easy-bcrypt.nimble" } ] |
