aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohz <MrJohz@users.noreply.github.com>2014-07-20 20:19:25 +0100
committerJohz <MrJohz@users.noreply.github.com>2014-07-20 20:19:25 +0100
commitb285d011678ca11c27823b4114f758d148d86f57 (patch)
tree93feb4fd79ddc1f9721bc337ce7348e817ae0577
parentd8cedd2b731d76c359325f3535a9de688b6c0353 (diff)
downloadpackages-b285d011678ca11c27823b4114f758d148d86f57.tar.gz
packages-b285d011678ca11c27823b4114f758d148d86f57.zip
Add appdirs to package.json
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 72d705f..5e00db6 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://gitub.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"
}
]