aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json9
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"
}
]