48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "@lion/input-range",
|
|
"version": "0.4.22",
|
|
"description": "Provide a way for users to select one value from a range of values",
|
|
"license": "MIT",
|
|
"author": "ing-bank",
|
|
"homepage": "https://github.com/ing-bank/lion/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ing-bank/lion.git",
|
|
"directory": "packages/input-range"
|
|
},
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"*.d.ts",
|
|
"*.js",
|
|
"docs",
|
|
"src",
|
|
"test",
|
|
"test-helpers",
|
|
"translations",
|
|
"types"
|
|
],
|
|
"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\""
|
|
},
|
|
"sideEffects": [
|
|
"lion-input-range.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/core": "0.11.0",
|
|
"@lion/form-core": "0.6.0",
|
|
"@lion/input": "0.9.1",
|
|
"@lion/localize": "0.14.3"
|
|
},
|
|
"keywords": [
|
|
"input-range",
|
|
"lion",
|
|
"slider",
|
|
"web-components"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|