json/bower.json
2015-03-31 22:56:33 +02:00

21 lines
386 B
JSON

{
"name": "nlohmann-json",
"version": "3.0.0",
"homepage": "https://github.com/nlohmann/json",
"authors": [
"Niels Lohmann <niels.lohmann@gmail.com>"
],
"description": "JSON for Modern C++",
"main": "src/json.hpp",
"keywords": [
"json"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}