Skip to content

Commit

Permalink
Adding bower file for inclusion in a boostrap app using it.
Browse files Browse the repository at this point in the history
  • Loading branch information
deardooley committed Dec 4, 2014
1 parent 8f8642f commit b163197
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "angular-query-builder",
"version": "1.0.0",
"description": "Dynamic query building UI written in Angular",
"repository": {
"type": "git",
"url": "git://github.com/deardooley/angular-query-builder.git"
},
"main": [
"angular-query-builder.js",
"css/styles.css"
],
"dependencies": { },
"devDependencies": { },
"ignore": [
"**/.*",
"**/*.txt",
"**/*.md",
"**/*.mdown",
"**/*.rb",
"**/*.json",
"**/*.py",
"**/*.html",
"fonts",
"css/bootstrap.min.css"

]
}

0 comments on commit b163197

Please sign in to comment.