{ "name": "@lion/input-range", "version": "0.2.20", "description": "Provide a way for users to select one value from a range of values", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/ing-bank/lion.git", "directory": "packages/input-range" }, "scripts": { "prepublishOnly": "../../scripts/npm-prepublish.js", "test": "cd ../../ && yarn test --grep \"packages/input-range/test/**/*.test.js\"", "test:watch": "cd ../../ && yarn test:watch --grep \"packages/input-range/test/**/*.test.js\"" }, "keywords": [ "lion", "web-components", "input-range", "slider" ], "main": "index.js", "module": "index.js", "files": [ "src", "stories", "test", "*.js" ], "dependencies": { "@lion/core": "0.5.0", "@lion/field": "0.12.0", "@lion/input": "0.5.20", "@lion/localize": "0.9.0" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.10.4", "@open-wc/testing": "^2.5.0" } }