forked from darlanrod/input-range-scss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 903 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "input-range-scss",
"version": "1.5.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 \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darlanrod/input-range-scss.git"
},
"keywords": [
"sass",
"scss",
"input",
"range",
"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"
}