Bower spec

This commit is contained in:
Niels 2015-03-31 22:56:33 +02:00
parent 3eb50dde30
commit babaa11c99

21
bower.json Normal file
View 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"
]
}