Skip to content

Commit

Permalink
added component.json for bower registration. Fixes #566.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Oct 4, 2013
1 parent 6ea2c36 commit d54bbcc
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anythingslider.jquery.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "anythingslider",
"title": "AnythingSlider",
"version": "1.9.2",
"version": "1.9.3",
"description": "Just what the world needs, another jQuery slider. YAWN. I know, check this one out though, it's got lots of cool features.\n\nHere on CSS-Tricks, I've created a number of different sliders. Three, in fact. A \"featured content\" slider, a \"start/stop slider\", and \"moving boxes\". Each of them had some cool interesting feature that I needed to build at the time. All were well-received, but as is the case with these things, people want them to do X, Y, and Z in addition to what they already did.\n\nThis new AnythingSlider is an attempt at bringing together the functionality of all of those previous sliders and adding new features. In other words, to create a really \"full featured\" slider that could be widely useful. This is the first time (on CSS-Tricks) that one of these sliders is an actual plugin as well, which should make implementing it and customizing it much easier.",
"author": {
"name": "Chris Coyier",
Expand Down
51 changes: 51 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"name": "anythingslider",
"title": "AnythingSlider",
"version": "1.9.3",
"description": "Just what the world needs, another jQuery slider. YAWN. I know, check this one out though, it's got lots of cool features.\n\nHere on CSS-Tricks, I've created a number of different sliders. Three, in fact. A \"featured content\" slider, a \"start/stop slider\", and \"moving boxes\". Each of them had some cool interesting feature that I needed to build at the time. All were well-received, but as is the case with these things, people want them to do X, Y, and Z in addition to what they already did.\n\nThis new AnythingSlider is an attempt at bringing together the functionality of all of those previous sliders and adding new features. In other words, to create a really \"full featured\" slider that could be widely useful. This is the first time (on CSS-Tricks) that one of these sliders is an actual plugin as well, which should make implementing it and customizing it much easier.",
"author": {
"name": "Chris Coyier",
"url": "https://github.com/chriscoyier"
},
"maintainers": [{
"name": "Rob Garrison",
"url": "https://github.com/Mottie",
"email": "[email protected]"
},{
"name": "Dean Sofer",
"url": "https://github.com/ProLoser"
}],
"licenses": [{
"type": "GPL3",
"url": "https://github.com/CSS-Tricks/AnythingSlider/blob/master/license.txt"
}],
"bugs": "https://github.com/CSS-Tricks/AnythingSlider/issues",
"homepage": "http://css-tricks.com/3412-anythingslider-jquery-plugin/",
"docs": "https://github.com/CSS-Tricks/AnythingSlider/wiki",
"demo": "http://css-tricks.github.com/AnythingSlider/",
"dependencies": {
"jquery": ">=1.4.2"
},
"keywords": [
"customizable",
"effects",
"slider",
"video"
],
"files": [
"css/anythingslider.css",
"js/jquery.anythingslider.js",
"js/jquery.anythingslider.min.js",
"js/jquery.anythingslider.fx.js",
"js/jquery.anythingslider.video.js"
],
"jam": {
"main": "js/jquery.anythingslider.js",
"dependencies": {
"jquery": ">=1.4.2"
},
"shim": {
"deps": ["jquery"]
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "anythingslider",
"title": "AnythingSlider",
"version": "1.9.2",
"version": "1.9.3",
"description": "Just what the world needs, another jQuery slider. YAWN. I know, check this one out though, it's got lots of cool features.\n\nHere on CSS-Tricks, I've created a number of different sliders. Three, in fact. A \"featured content\" slider, a \"start/stop slider\", and \"moving boxes\". Each of them had some cool interesting feature that I needed to build at the time. All were well-received, but as is the case with these things, people want them to do X, Y, and Z in addition to what they already did.\n\nThis new AnythingSlider is an attempt at bringing together the functionality of all of those previous sliders and adding new features. In other words, to create a really \"full featured\" slider that could be widely useful. This is the first time (on CSS-Tricks) that one of these sliders is an actual plugin as well, which should make implementing it and customizing it much easier.",
"author": {
"name": "Chris Coyier",
Expand Down

0 comments on commit d54bbcc

Please sign in to comment.