Bower spec
This commit is contained in:
parent
3eb50dde30
commit
babaa11c99
1 changed files with 21 additions and 0 deletions
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 a new issue