Skip to content

Commit

Permalink
Added gitignore and bower files
Browse files Browse the repository at this point in the history
  • Loading branch information
hannaholl committed Jun 4, 2015
1 parent ff73f23 commit 77c43f4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bower_components
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "angular-input-dropdown",
"version": "1.0.0",
"homepage": "https://github.com/hannaholl/angular-input-dropdown",
"authors": [
"hannahollstrom <[email protected]>"
],
"description": "Angular directive for creating an input field with a dropdown list.",
"main": [
"inputDropdown.js",
"inputDropdownStyles.css"
],
"keywords": [
"angular",
"dropdown"
],
"dependencies": {
"angular": ">= 1.3.0"
},
"license": "MIT",
"ignore": [
"**/.*",
"demo"
]
}

0 comments on commit 77c43f4

Please sign in to comment.