Skip to content

Commit

Permalink
Merge pull request #23 from kynan/bower
Browse files Browse the repository at this point in the history
Add bower.json
  • Loading branch information
danhunsaker committed Nov 14, 2014
2 parents 021587c + 1101362 commit 3274c21
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": "angular-dynamic-forms",
"version": "0.0.2",
"homepage": "https://github.com/danhunsaker/angular-dynamic-forms",
"authors": [
"Daniel Hunsaker <[email protected]>"
],
"description": "Build Forms in AngularJS From Nothing But JSON",
"main": "dynamic-forms.js",
"keywords": [
"angular",
"form"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 3274c21

Please sign in to comment.