@pilotlab/lux-elements
Version:
A luxurious user experience framework, developed by your friends at Pilot.
56 lines (55 loc) • 1.5 kB
JSON
{
"name": "@pilotlab/lux-elements",
"description": "A luxurious user experience framework, developed by your friends at Pilot.",
"version": "0.1.8",
"author": "Pilot Lab",
"bin": {
"common": "index.js"
},
"dependencies": {
"@pilotlab/lux-animation": "*",
"@pilotlab/lux-attributes": "*",
"@pilotlab/lux-collections-generic": "*",
"@pilotlab/lux-data": "*",
"@pilotlab/lux-debug": "*",
"@pilotlab/lux-is": "*",
"@pilotlab/lux-math": "*",
"@pilotlab/lux-nodes": "*",
"@pilotlab/lux-nodes-data": "*",
"@pilotlab/lux-result": "*",
"@pilotlab/lux-signals": "*",
"@pilotlab/lux-styles": "*",
"@pilotlab/lux-types": "*"
},
"devDependencies": {},
"homepage": "https://gitlab.com/pilot-lux/lux/lux-main",
"bugs": {
"url": "https://gitlab.com/pilot-lab/lux/lux-main/issues"
},
"keywords": [
"UX",
"framework",
"utilities",
"pilot",
"pilotlab"
],
"license": "ISC",
"main": "./index.js",
"types": "./index.d.ts",
"files": [
"./index.js",
"index.d.ts"
],
"pre-commit": [
"validate"
],
"repository": {
"type": "git",
"url": "git@gitlab.com:pilot-lab/lux/lux-main.git"
},
"scripts": {
"clean": "source /Users/vkevinruss/Documents/_git/pilot/lux-main/bin/clean.sh; clean;",
"test": "source /Users/vkevinruss/Documents/_git/pilot/lux-main/bin/test.sh; test;",
"build": "source /Users/vkevinruss/Documents/_git/pilot/lux-main/bin/build.sh; build;"
}
}