Merge pull request #71 from MrJohz/patch-1

Add appdirs to package.json
This commit is contained in:
Dominik Picheta 2014-07-20 23:52:01 +01:00
commit 8fb7187b4b

View File

@ -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"
}
]