mirror of
https://github.com/nlohmann/json
synced 2025-01-10 17:20:09 +00:00
Bower spec
This commit is contained in:
parent
3eb50dde30
commit
babaa11c99
21
bower.json
Normal file
21
bower.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user