UNPKG

955 BJSONView Raw
1{
2 "name": "@material/slider",
3 "version": "14.0.0",
4 "description": "The Material Components for the web slider component",
5 "main": "dist/mdc.slider.js",
6 "module": "index.js",
7 "sideEffects": false,
8 "license": "MIT",
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/material-components/material-components-web.git",
12 "directory": "packages/mdc-slider"
13 },
14 "keywords": [
15 "material components",
16 "material design",
17 "slider"
18 ],
19 "publishConfig": {
20 "access": "public"
21 },
22 "dependencies": {
23 "@material/animation": "^14.0.0",
24 "@material/base": "^14.0.0",
25 "@material/dom": "^14.0.0",
26 "@material/elevation": "^14.0.0",
27 "@material/feature-targeting": "^14.0.0",
28 "@material/ripple": "^14.0.0",
29 "@material/rtl": "^14.0.0",
30 "@material/theme": "^14.0.0",
31 "@material/typography": "^14.0.0",
32 "tslib": "^2.1.0"
33 },
34 "gitHead": "432c815e58d61a257742836f816cf95e271e6ea1"
35}