Skip to content

Commit

Permalink
added bower
Browse files Browse the repository at this point in the history
  • Loading branch information
sftsk committed Oct 20, 2014
1 parent 02e3bdf commit f4ff908
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "slippry",
"version": "1.2.1",
"homepage": "http://slippry.com",
"authors": [
"Lukas Jakob Hafner <luki@booncon.com>"
],
"description": "Responsive content slider for jQuery",
"main": [
"dist/slippry.min.js",
"dist/slippry.css",
"dist/img/arrow.svg",
"dist/img/sy-loader.gif"
],
"keywords": [
"content",
"slider",
"responsive",
"picture",
"carousel",
"html5"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit f4ff908

Please sign in to comment.