Update .bower.json, .travis.yml, and 44 more files...

This commit is contained in:
2020-12-23 10:11:32 +01:00
parent be83b43a59
commit 487a96bffd
46 changed files with 1552 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
{
"name": "ion.rangeSlider",
"version": "2.3.0",
"homepage": "https://github.com/IonDen/ion.rangeSlider",
"authors": [
{
"name": "IonDen",
"email": "denis.ineshin@gmail.com",
"homepage": "http://ionden.com"
}
],
"description": "Powerful range slider with skin support",
"repository": {
"type": "git",
"url": "git://github.com/IonDen/ion.rangeSlider.git"
},
"main": [
"js/ion.rangeSlider.js",
"css/ion.rangeSlider.css",
"css/ion.rangeSlider.skinFlat.css",
"img/sprite-skin-flat.png"
],
"dependencies": {
"jquery": ">=1.8"
},
"moduleType": [
"globals"
],
"keywords": [
"jquery-plugin",
"diapason",
"ion",
"range",
"slider"
],
"license": "MIT",
"ignore": [
"PSD",
"ion-rangeSlider.jquery.json"
],
"_release": "2.3.0",
"_resolution": {
"type": "version",
"tag": "2.3.0",
"commit": "c98c10d3d360aa52e997bb8e4fd371c958f78e4b"
},
"_source": "https://github.com/IonDen/ion.rangeSlider.git",
"_target": "^2.2",
"_originalSource": "ionrangeslider"
}

View File

@@ -0,0 +1,6 @@
root = true
[*.{js,css,less,html}]
indent_style = space
indent_size = 4
charset = utf-8

View File

@@ -0,0 +1,5 @@
.idea
_tmp
PSD
bower.json
.npmignore