diff --git a/library.json b/library.json new file mode 100644 index 0000000..cc470c1 --- /dev/null +++ b/library.json @@ -0,0 +1,19 @@ +{ + "name": "json11", + "description": "A tiny JSON library for C++11.", + "keywords": "json", + "repository": { + "type": "git", + "url": "https://github.com/dropbox/json11" + }, + "version": "1.0.0", + "license": "MIT", + "build": { + "srcFilter": "+<*> -" + }, + "export": { + "exclude": [ + "test.cpp" + ] + } +}