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": { + + } +}