diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..06e7a6ae --- /dev/null +++ b/bower.json @@ -0,0 +1,21 @@ +{ + "name": "nlohmann-json", + "version": "3.0.0", + "homepage": "https://github.com/nlohmann/json", + "authors": [ + "Niels Lohmann " + ], + "description": "JSON for Modern C++", + "main": "src/json.hpp", + "keywords": [ + "json" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}