Skip to content

Commit

Permalink
added: bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ffuubarbuzz committed Apr 5, 2016
1 parent 0c245b0 commit 2adaadb
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "filterAny",
"main": "filterany.js",
"homepage": "https://github.com/ThiRaBrTNK/filterany",
"authors": [
"Paul Kozlovitch <paul.kozlovitch@gmail.com>"
],
"description": "module to filter data by user input",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"filter",
"input",
"search"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 2adaadb

Please sign in to comment.