{ "name": "@lion/input-range", "version": "0.2.23", "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.2", "@lion/field": "0.12.2", "@lion/input": "0.5.22", "@lion/localize": "0.9.2" } }