Skip to content

Commit

Permalink
Adding Bower support
Browse files Browse the repository at this point in the history
  • Loading branch information
kumailht committed Sep 23, 2014
1 parent 3f4643a commit fde0ce9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "responsive-elements",
"main": "responsive-elements.js",
"version": "1.0.0",
"homepage": "http://kumailht.com/responsive-elements/",
"authors": [
"Kumail Hunaid <[email protected]>"
],
"description": "Responsive elements makes it possible for any element to adapt and respond to the area they occupy. It's a tiny javascript library that you can drop into your projects today.",
"keywords": [
"responsive"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"website"
]
}

0 comments on commit fde0ce9

Please sign in to comment.