Skip to content

Commit

Permalink
added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Nov 1, 2014
1 parent e670ab7 commit 7455fe0
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "range2dslider",
"version": "1.0.5",
"description": "jQuery plugin select range or single value from period or 2d board. Support touch devices",
"main": "jquery.range2dslider.js",
"scripts": {
"test": "$('input').range2dslider()"
},
"repository": {
"type": "git",
"url": "https://github.com/xdan/range2dSlider.git"
},
"keywords": [
"slider",
"range",
"input",
"2d",
"select",
"value",
"between",
"range2dslider",
"horizontal",
"ui",
"scroller",
"picker",
"vertical",
"jquery",
"touch"
],
"author": "Chupurnov <chupurnov@gmail.com> (http://xdsoft.net/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/xdan/range2dSlider/issues"
},
"homepage": "http://xdsoft.net/jqplugins/range2dSlider/"
}

0 comments on commit 7455fe0

Please sign in to comment.