Skip to content

Commit

Permalink
more info for bower
Browse files Browse the repository at this point in the history
  • Loading branch information
hgoebl committed Oct 18, 2013
1 parent 4301adc commit aa38515
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,32 @@
{
"name": "mobile-detect.js",
"name": "mobile-detect",
"version": "0.0.2",
"description": "Device detection (phone, tablet, desktop, mobile grade, os, versions)",
"homepage": "http://hgoebl.github.io/mobile-detect.js/",
"keywords": [
"useragent",
"mobile",
"phone",
"tablet",
"detect",
"device",
"browser",
"version",
"mobilegrade",
"sniff"
],
"authors": [
"Heinrich Goebl <hgoebl@goebl.com>"
],
"license": "MIT",
"main": "mobile-detect.js",
"ignore": [
"**/.*",
"node_modules",
"tests",
"generate"
"generate",
"Gruntfile.js",
"package.json",
"*.iml"
]
}

0 comments on commit aa38515

Please sign in to comment.