Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cxong/tinydir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsty001 <isty001@gmail.com>2016-11-12 17:50:17 +0300
committerCong <congusbongus@gmail.com>2016-11-12 17:50:17 +0300
commit683d23031b42e29ec67590f93cc9b44630446311 (patch)
tree486cba3d6f036b78fd0e43fb89a188d958cce3b3
parent3566d89091cdf2dfc5109c1d6b872d854a7e3498 (diff)
Adding clib support (#43)
-rw-r--r--package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..7ee2deb
--- /dev/null
+++ b/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "tinydir",
+ "description": "Lightweight, portable and easy to integrate C directory and file reader",
+ "license": "BSD-2-Clause",
+ "keywords": [
+ "dir",
+ "directory",
+ "file",
+ "reader",
+ "filesystem"
+ ],
+ "src": [
+ "tinydir.h"
+ ],
+ "version": "1.2",
+ "repo": "cxong/tinydir"
+}