Add appdirs to package.json

This commit is contained in:
Johz 2014-07-20 20:19:25 +01:00
parent d8cedd2b73
commit b285d01167

View File

@ -777,5 +777,14 @@
"description": "mmap-backed bitarray implementation in Nimrod..", "description": "mmap-backed bitarray implementation in Nimrod..",
"license": "MIT", "license": "MIT",
"web": "https://www.github.com/refgenomics/nimrod-bitarray/" "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"
} }
] ]