-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
56 lines (56 loc) · 1.57 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@yaireo/ui-range",
"version": "2.1.15",
"homepage": "https://github.com/yairEO/ui-range",
"description": "CSS-only custom, flexible, range input",
"keywords": [
"range",
"input",
"web",
"component",
"ui"
],
"license": "MIT",
"_npmUser": {
"name": "vsync",
"email": "[email protected]"
},
"browserslist": [
">3% and ie 11",
"not dead",
"not ie < 11",
"not IE_Mob 11",
"not op_mini all"
],
"scripts": {
"start": "node-sass --output-style compressed -o ./ ui-range.scss",
"push": "git push origin",
"push:tags": "git push origin --tags",
"commit:patch": "npm version patch --no-git-tag-version --force",
"commit:minor": "npm version minor --no-git-tag-version --force",
"commit:major": "npm version major --no-git-tag-version --force",
"header": "headr ui-range.css -o=ui-range.css --version --homepage",
"version": "npm run start && npm run header && git add .",
"prepublishOnly": "pkg-ok"
},
"author": {
"name": "Yair Even-Or",
"email": "[email protected]"
},
"main": "./ui-range.css",
"files": [
"ui-range.css",
"ui-range.scss"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yairEO/ui-range.git"
},
"bugs": {
"url": "https://github.com/yaireo/ui-range/issues"
},
"devDependencies": {
"headr": "^0.0.4",
"node-sass": "^5.0.0"
}
}