diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..14df9f0 --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ +{ + "name": "clippy.js", + "version": "0.0.1", + "homepage": "https://www.smore.com/clippy-js", + "authors": [ + "Allen Bargi ", + "Ali Bosworth", + "Johann Philipp Strathausen ", + "Guangcong Luo ", + "Shlomi Atar " + ], + "description": "Add Clippy or his friends to any website for instant nostalgia.", + "keywords": [ + "clippy" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}