diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-05-09 22:45:20 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-05-09 22:45:20 +0100 |
| commit | 44ad8118d5dd978cfcb71423116a51de62b5282a (patch) | |
| tree | 04f5cdb5a7672451d2411ac3292c7745f1ed77ff | |
| parent | dbb0412d42361c37ce78af1cc13e07147b50f4e5 (diff) | |
| parent | c3a5625300319d5202ec64624d633b6c64ef00d7 (diff) | |
| download | packages-44ad8118d5dd978cfcb71423116a51de62b5282a.tar.gz packages-44ad8118d5dd978cfcb71423116a51de62b5282a.zip | |
Merge pull request #350 from euantorano/add-dotenv2002
Add package dotenv
| -rw-r--r-- | packages.json | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/packages.json b/packages.json index 3355b37..b57129e 100644 --- a/packages.json +++ b/packages.json @@ -4607,7 +4607,9 @@ "url": "https://github.com/shaunc/cucumber_nim", "method": "git", "tags": [ - "testing", "cucumber", "bdd" + "testing", + "cucumber", + "bdd" ], "description": "implements the cucumber BDD framework in the nim language", "license": "MIT", @@ -4618,7 +4620,8 @@ "url": "https://github.com/lompik/libmpdclient.nim", "method": "git", "tags": [ - "MPD", "Music Player Daemon" + "MPD", + "Music Player Daemon" ], "description": "Bindings for the Music Player Daemon C client library", "license": "BSD", @@ -4634,5 +4637,19 @@ "description": "Nim for awk programmers", "license": "MIT", "web": "https://github.com/greencardamom/awk" + }, + { + "name": "dotenv", + "url": "https://github.com/euantorano/dotenv.nim", + "method": "git", + "tags": [ + "env", + "dotenv", + "configuration", + "environment" + ], + "description": "Loads environment variables from `.env`.", + "license": "BSD", + "web": "https://github.com/euantorano/dotenv.nim" } ] |
