We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44059aa + 30110d9 commit 71115d9Copy full SHA for 71115d9
bower.json
@@ -0,0 +1,27 @@
1
+{
2
+ "name": "jquery-simple-slider",
3
+ "version": "1.0.0",
4
+ "homepage": "http://loopj.com/jquery-simple-slider/",
5
+ "authors": [
6
+ { "name" : "James Smith",
7
+ "homepage" : "http://loopj.com/"
8
+ }
9
+ ],
10
+ "description": "Unobtrusive Numerical Slider.",
11
+ "main": [
12
+ "js/simple-slider.js",
13
+ "css/simple-slider.css"
14
15
+ "license": "MIT",
16
+ "ignore": [
17
+ "*.json",
18
+ "*.md"
19
20
+ "dependencies": {
21
+ "jquery": "jquery/jquery"
22
+ },
23
+ "repository" : {
24
+ "type" : "git",
25
+ "url" : "http://github.com/loopj/jquery-simple-slider.git"
26
27
+}
0 commit comments