range-touch
Version:
range-touch is my answer to: http://stackoverflow.com/questions/5484540
35 lines (34 loc) • 807 B
JSON
{
"name": "range-touch",
"version": "1.0.0",
"description": "range-touch is my answer to: http://stackoverflow.com/questions/5484540",
"main": "range-touch.js",
"scripts": {
"test": "echo \"Tested in Real Web Browsers by People\" && exit 0",
"start": "node demo/heroku.js"
},
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": "https://github.com/dwyl/range-touch.git"
},
"keywords": [
"mobile",
"safari",
"iOS",
"iPhone",
"iPad",
"range",
"input",
"jquery compatible",
"zepto"
],
"author": "@nelsonic <nelson+github@dwyl.io> (https://github.com/nelsonic)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dwyl/range-touch/issues"
},
"homepage": "https://github.com/dwyl/range-touch"
}