diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..07e8955 --- /dev/null +++ b/bower.json @@ -0,0 +1,18 @@ +{ + "name": "javascript-data-structure", + "version": "1.0.0", + "homepage": "https://github.com/Bishop92/JavaScript-Data-Structures", + "authors": [ + "Bishop" + ], + "description": "Datastructures in JS", + "main": "DataStructuresMinimized.js", + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}