added bower support

This commit is contained in:
Sandro Sonntag 2014-05-30 14:55:46 +02:00
parent a6211ca98c
commit fab1fd2ec6

26
bower.json Normal file
View File

@ -0,0 +1,26 @@
{
"name": "ua-parser",
"version": "0.6.16",
"authors": [
"Faisal Salman <fyzlman@gmail.com>"
],
"private": false,
"main": "src/ua-parser.js",
"ignore": [
"build",
"node_modules",
"bower_components",
"test",
"tests"
],
"contributors": [
"Faisal Salman <fyzlman@gmail.com>",
"Christopher De Cairos <chris.decairos@gmail.com>",
"John Tantalo <john.tantalo@gmail.com>",
"Jon Buckley <jon@jbuckley.ca>",
"Lee Treveil <leetreveil@gmail.com>"
],
"dependencies": {
}
}