diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..daed846 --- /dev/null +++ b/bower.json @@ -0,0 +1,20 @@ +{ + "name": "json-tree-viewer", + "licenses": [ + { + "type": "MIT", + "url": "LICENSE" + } + ], + "description": "json formatter/viewer/pretty-printer (with jsonTree javascript-library)", + "homepage": "http://summerstyle.github.io/jsonTreeViewer/", + "authors": [ + "Vera Lobacheva" + ], + "main": ["libs/jsonTree/jsonTree.js", "libs/jsonTree/jsonTree.css"], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + ] +}