Skip to content

Commit

Permalink
Merge pull request #3 from FreakTheMighty/master
Browse files Browse the repository at this point in the history
Created Bower Package
  • Loading branch information
botelho committed Jun 7, 2014
2 parents 38a8ae6 + 19d81ff commit 1ec127b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bower.json
@@ -0,0 +1,22 @@
{
"name": "ButtonComponentMorph",
"version": "0.0.0",
"homepage": "https://github.com/FreakTheMighty/ButtonComponentMorph",
"authors": [
"FreakTheMighty <jvanderdoes@gmail.com>"
],
"description": "Morphing button",
"main": [
"js/classie.js",
"js/modernizr.custom.js",
"js/uiMorphingButton_fixed.js",
"css/component.css",
"css/content.css",
"css/normalize.css"
],
"license": "MIT",
"ignore": [
"**/.*",
"*.html"
]
}

0 comments on commit 1ec127b

Please sign in to comment.