Skip to content

Commit

Permalink
Updated bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Specro committed Feb 28, 2016
1 parent 17f6a13 commit a6f71fc
Showing 1 changed file with 22 additions and 30 deletions.
52 changes: 22 additions & 30 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,24 @@
{
"name": "philter",
"description": "Philter is a jQuery plugin giving you the power to control CSS filters with HTML attributes",
"main": "dist/philter.js",
"moduleType": [
"globals"
],
"keywords": [
"filters",
"CSS",
"HTML",
"JS",
"JavaScript",
"philter"
],
"authors": [
{ "name": "Liudas Dzisevicius", "email": "[email protected]" }
],
"license": "MIT",
"ignore": [
"source",
"spec",
".bowerrc",
".gitignore",
".jshintignore",
".jshintrc",
"bower.json",
"gruntfile.js",
"package.json",
"README.md"
]
"name": "philter",
"description": "Philter is a jQuery plugin giving you the power to control CSS filters with HTML attributes",
"main": "dist/philter.js",
"moduleType": "globals",
"keywords": [
"filters",
"css",
"html",
"js",
"javascript",
"philter",
"plugin"
],
"authors": [
"Liudas Dzisevicius <[email protected]>"
],
"license": "MIT",
"ignore": [
"bower_components",
"CONTRIBUTING.md",
"CHANGELOG.md"
]
}

0 comments on commit a6f71fc

Please sign in to comment.