UNPKG

material-ui-slider

Version:
35 lines (34 loc) 790 B
{ "name": "material-ui-slider", "version": "3.0.8", "description": "slider fro Material-UI 1.0.0", "license": "MIT", "main": "es5/index.js", "keywords": [ "material-ui", "slider", "react" ], "repository": { "type": "git", "url": "git+https://github.com/aceHubert/material-ui-slider.git" }, "homepage": "https://acehubert.github.io/material-ui-slider/", "bugs": { "url": "https://github.com/mui-org/material-ui/issues" }, "dependencies": { "classnames": "^2.2.5", "lodash.debounce": "^4.0.8", "lodash.isequal": "^4.5.0", "lodash.isnumber": "^3.0.3", "lodash.isundefined": "^3.0.1", "prop-types": "^15.6.1" }, "peerDependencies": { "@material-ui/core": "^3.0.0" }, "engines": { "node": ">=6.0.0" } }