input-range-scss
Version:
Sass component for customizing the input range using the native properties of each browser.
38 lines (37 loc) • 921 B
JSON
{
"name": "input-range-scss",
"version": "2.0.1",
"description": "Sass component for customizing the input range using the native properties of each browser.",
"main": "_inputrange.scss",
"style": "_inputrange.scss",
"sass": "_inputrange.scss",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"No tests available\"",
"build": "sass _inputrange.scss dist/inputrange.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darlanrod/input-range-scss.git"
},
"keywords": [
"sass",
"scss",
"input",
"range",
"custom",
"design",
"visual",
"cross",
"browser",
"accessibility"
],
"author": "Darlan Rod (http://rod.marketing)",
"license": "MIT",
"bugs": {
"url": "https://github.com/darlanrod/input-range-scss/issues"
},
"homepage": "https://github.com/darlanrod/input-range-scss#readme"
}