diff --git a/component.json b/component.json new file mode 100644 index 0000000..dc98c6e --- /dev/null +++ b/component.json @@ -0,0 +1,17 @@ +{ + "name": "bowser", + "description": "a browser detector", + "keywords": [ + "ender", + "browser", + "sniff", + "detection" + ], + "version": "0.6.0", + "homepage": "https://github.com/ded/bowser", + "author": "Dustin Diaz (http://dustindiaz.com)", + "main": "bowser.js", + "scripts": [ + "bowser.js" + ] +}