forked from IonDen/ion.rangeSlider
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Genki Kondo
committed
Mar 25, 2015
1 parent
5cb90a7
commit e66d7d9
Showing
22 changed files
with
2,115 additions
and
3,692 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
.idea | ||
bower_components | ||
node_modules |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,26 @@ | ||
{ | ||
"name": "ion.rangeSlider", | ||
"version": "2.0.6", | ||
"homepage": "https://github.com/IonDen/ion.rangeSlider", | ||
"authors": [ | ||
{ | ||
"name": "IonDen", | ||
"email": "[email protected]", | ||
"homepage": "http://ionden.com" | ||
} | ||
], | ||
"description": "Powerful range slider with skin support", | ||
"name": "rangeslider", | ||
"description": "Powerful range slider", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/IonDen/ion.rangeSlider.git" | ||
"url": "git://github.com/genkikondo/rangeslider.git" | ||
}, | ||
"main": [ | ||
"js/ion.rangeSlider.js", | ||
"css/ion.rangeSlider.css", | ||
"css/ion.rangeSlider.skinFlat.css", | ||
"img/sprite-skin-flat.png" | ||
"js/rangeslider.js", | ||
"less/rangeslider.less" | ||
], | ||
"dependencies": { | ||
"jquery": ">=1.8" | ||
"jquery": "2.1.1", | ||
}, | ||
"moduleType": [ | ||
"globals" | ||
], | ||
"keywords": [ | ||
"jquery-plugin", | ||
"diapason", | ||
"ion", | ||
"range", | ||
"slider" | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"PSD", | ||
"ion-rangeSlider.jquery.json" | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.