From fab1fd2ec6bbb929294f612035d024518ce67171 Mon Sep 17 00:00:00 2001 From: Sandro Sonntag Date: Fri, 30 May 2014 14:55:46 +0200 Subject: [PATCH] added bower support --- bower.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..68fd4a0 --- /dev/null +++ b/bower.json @@ -0,0 +1,26 @@ +{ + "name": "ua-parser", + "version": "0.6.16", + "authors": [ + "Faisal Salman " + ], + "private": false, + "main": "src/ua-parser.js", + "ignore": [ + "build", + "node_modules", + "bower_components", + "test", + "tests" + ], + "contributors": [ + "Faisal Salman ", + "Christopher De Cairos ", + "John Tantalo ", + "Jon Buckley ", + "Lee Treveil " + ], + "dependencies": { + + } +}