diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-07-20 23:52:01 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-07-20 23:52:01 +0100 |
| commit | 8fb7187b4bb2f0dc473a0eb112e062ada0256c73 (patch) | |
| tree | d5e56e4784a946d53246cf5792bca8850f49892c | |
| parent | d8cedd2b731d76c359325f3535a9de688b6c0353 (diff) | |
| parent | 96c2f4be04b40f190b110b40ddf60a7888cd4af1 (diff) | |
| download | packages-8fb7187b4bb2f0dc473a0eb112e062ada0256c73.tar.gz packages-8fb7187b4bb2f0dc473a0eb112e062ada0256c73.zip | |
Merge pull request #71 from MrJohz/patch-1
Add appdirs to package.json
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 72d705f..85fde09 100644 --- a/packages.json +++ b/packages.json @@ -777,5 +777,14 @@ "description": "mmap-backed bitarray implementation in Nimrod..", "license": "MIT", "web": "https://www.github.com/refgenomics/nimrod-bitarray/" + }, + { + "name": "appdirs", + "url": "git://github.com/MrJohz/appdirs", + "method": "git", + "tags": ["utility", "filesystem"], + "description": "A utility library to find the directory you need to app in.", + "license": "MIT", + "web": "https://github.com/MrJohz/appdirs" } ] |
