@pilotlab/lux-tools
Version:
A luxurious user experience framework, developed by your friends at Pilot.
56 lines (55 loc) • 1.38 kB
JSON
{
"name": "@pilotlab/lux-app",
"description": "A luxurious user experience framework, developed by your friends at Pilot.",
"version": "0.1.8",
"author": "Pilot Lab",
"dependencies": {
"@pilotlab/lux-animation": "*",
"@pilotlab/lux-audio": "*",
"@pilotlab/lux-commands": "*",
"@pilotlab/lux-debug": "*",
"@pilotlab/lux-detector": "*",
"@pilotlab/lux-elements": "*",
"@pilotlab/lux-files": "*",
"@pilotlab/lux-fonts": "*",
"@pilotlab/lux-hi-res-timer": "*",
"@pilotlab/lux-initializable": "*",
"@pilotlab/lux-is": "*",
"@pilotlab/lux-result": "*",
"@pilotlab/lux-signals": "*",
"@pilotlab/lux-types": "*"
},
"devDependencies": {},
"homepage": "https://gitlab.com/pilot-lux/lux/lux-core",
"bugs": {
"url": "https://gitlab.com/pilot-lab/lux/lux-core/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-core.git"
},
"scripts": {
"clean": "source ../../bin/clean.sh; clean;",
"test": "source ../../bin/test.sh; test;",
"build": "source ../../bin/build.sh; build;"
},
"false": {}
}