input-range-scss
Version:
Sass component for customizing the input range using the native properties of each browser.
37 lines (36 loc) • 865 B
JSON
{
"name": "input-range-scss",
"version": "2.0.0",
"description": "Sass component for customizing the input range using the native properties of each browser.",
"main": "_inputrange.scss",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"TODO: Add tests\""
},
"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 <your_email@example.com> (http://rod.marketing)",
"license": "MIT",
"bugs": {
"url": "https://github.com/darlanrod/input-range-scss/issues"
},
"homepage": "https://github.com/darlanrod/input-range-scss#readme",
"exports": {
".": "./_inputrange.scss"
}
}