diff --git a/bower.json b/bower.json deleted file mode 100644 index 06e7a6aee..000000000 --- a/bower.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "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" - ] -}