Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jul 13, 2016
1 parent d2a05bd commit 27921c4
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
{
"name": "carro",
"main": "src/jquery.carro.js",
"homepage": "https://github.com/MiniPlugins/carro",
"description": "Cromeless, css-based carousel",
"dependencies": {
"jquery": ">=1.8.0"
"name": "carro",
"main": "src/jquery.carro.js",
"homepage": "https://github.com/MiniPlugins/carro",
"description": "Cromeless, css-based carousel",
"dependencies": {
"jquery": ">=1.8.0"
},
"keywords": [
"jquery",
"carousel"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:MiniPlugins/carro.git"
},
"authors": [
{
"name": "Berto Yáñez",
"email": "[email protected]"
},
"keywords": [
"jquery",
"carousel"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:MiniPlugins/carro.git"
},
"authors": [
{
"name": "Berto Yáñez",
"email": "[email protected]"
},
{
"name": "Óscar Otero",
"email": "[email protected]"
}
]
{
"name": "Óscar Otero",
"email": "[email protected]"
}
],
"version": "1.3.2"
}

0 comments on commit 27921c4

Please sign in to comment.