Skip to content

Commit

Permalink
Add Bower manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
markevich committed Jul 10, 2014
1 parent 44059aa commit 30110d9
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": "jquery-simple-slider",
"version": "1.0.0",
"homepage": "http://loopj.com/jquery-simple-slider/",
"authors": [
{ "name" : "James Smith",
"homepage" : "http://loopj.com/"
}
],
"description": "Unobtrusive Numerical Slider.",
"main": [
"js/simple-slider.js",
"css/simple-slider.css"
],
"license": "MIT",
"ignore": [
"*.json",
"*.md"
],
"dependencies": {
"jquery": "jquery/jquery"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/loopj/jquery-simple-slider.git"
}
}

0 comments on commit 30110d9

Please sign in to comment.