{ "name": "@lion/input-range", "version": "0.4.1", "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:browser --grep \"packages/input-range/test/**/*.test.js\"", "test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/input-range/test/**/*.test.js\"" }, "keywords": [ "lion", "web-components", "input-range", "slider" ], "main": "index.js", "module": "index.js", "files": [ "src", "test", "*.js" ], "sideEffects": [ "lion-input-range.js" ], "dependencies": { "@lion/core": "0.7.0", "@lion/form-core": "0.1.1", "@lion/input": "0.7.1", "@lion/localize": "0.11.1" } }