Skip to content

Commit

Permalink
Added Bower support
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Jan 8, 2014
1 parent ddcb8b5 commit afb421b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "squeezr",
"version": "v1.0.4",
"description": "Another take on device-aware adaptive images and server side CSS3 media queries",
"main": ["squeezr/index.php", "squeezr/squeezr.min.js"]
"keywords": [
"responsive",
"rwd",
"device-aware",
"adaptive",
"image",
"css3",
"media",
"query",
"css"
],
"authors": [
"Joschi Kuphal <joschi@kuphal.net>"
],
"license": "MIT",
"homepage": "http://squeezr.it",
"ignore": [
"node_modules",
"bower_components",
"test",
"tests",
"example",
"Gruntfile.js",
"composer.json",
"package.json"
]
}

0 comments on commit afb421b

Please sign in to comment.