@pilotlab/lux-tools
Version:
A luxurious user experience framework, developed by your friends at Pilot.
44 lines (43 loc) • 984 B
JSON
{
"name": "@pilotlab/range-scale",
"description": "A luxurious user experience framework, developed by your friends at Pilot.",
"version": "0.1.9",
"author": "Pilot Lab",
"dependencies": {
"@pilotlab/animation": "*",
"@pilotlab/is": "*",
"@pilotlab/signals": "*"
},
"devDependencies": {},
"homepage": "https://gitlab.com/pilot-lux/lux/lux-tools",
"bugs": {
"url": "https://gitlab.com/pilot-lab/lux/lux-tools/issues"
},
"keywords": [
"UX",
"framework",
"utilities",
"pilot",
"pilotlab"
],
"license": "ISC",
"main": "./index.js",
"types": "./index.d.ts",
"files": [
"src",
"index.js",
"index.d.ts"
],
"pre-commit": [
"validate"
],
"repository": {
"type": "git",
"url": "git@gitlab.com:pilot-lab/lux/lux-tools.git"
},
"scripts": {
"clean": "source ../../bin/clean.sh; clean;",
"test": "source ../../bin/test.sh; test;",
"build": "source ../../bin/build.sh; build;"
}
}