UNPKG

955 BJSONView Raw
1{
2 "name": "@material/slider",
3 "version": "13.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": "^13.0.0",
24 "@material/base": "^13.0.0",
25 "@material/dom": "^13.0.0",
26 "@material/elevation": "^13.0.0",
27 "@material/feature-targeting": "^13.0.0",
28 "@material/ripple": "^13.0.0",
29 "@material/rtl": "^13.0.0",
30 "@material/theme": "^13.0.0",
31 "@material/typography": "^13.0.0",
32 "tslib": "^2.1.0"
33 },
34 "gitHead": "198431fcd8ff3028934d2cf3a5b292f8482a4570"
35}