Skip to content

Commit

Permalink
Update bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
barisaydinoglu committed Nov 27, 2013
1 parent e23d27b commit 7299f45
Showing 1 changed file with 29 additions and 5 deletions.
34 changes: 29 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,37 @@
{
"name": "Detectizr",
"name": "detectizr",
"version": "1.4.5",
"main": "detectizr.js",
"title": "Detectizr",
"description": "Detectizr is a Modernizr extension to detect device, browser, operating system and screen.",
"keywords": [
"detect",
"determine",
"browser",
"device",
"mobile",
"desktop",
"tablet",
"os",
"modernizr",
"javascript",
"js"
],
"homepage": "https://github.com/barisaydinoglu/Detectizr",
"author": {
"name": "Baris Aydinoglu",
"url": "http://baris.aydinoglu.info"
}.
"repository": {
"type": "git",
"url": "git://github.com/barisaydinoglu/Detectizr.git"
},
"bugs": "https://github.com/barisaydinoglu/Detectizr/issues",
"dependencies": {
"modernizr": "2.6.2"
}
},
"main": "detectizr.js",
"ignore": [
"test",
"README.md"
],
"bugs": "https://github.com/barisaydinoglu/Detectizr/issues"
]
}

0 comments on commit 7299f45

Please sign in to comment.