@pilotlab/data
Version:
A luxurious user experience framework, developed by your friends at Pilot.
62 lines (61 loc) • 1.63 kB
JSON
{
"name": "@pilotlab/data",
"description": "A luxurious user experience framework, developed by your friends at Pilot.",
"version": "0.1.174",
"author": "Pilot Lab",
"dependencies": {
"@pilotlab/animation": "*",
"@pilotlab/collections": "*",
"@pilotlab/commands": "*",
"@pilotlab/debug": "*",
"@pilotlab/factory": "*",
"@pilotlab/function-types": "*",
"@pilotlab/http": "*",
"@pilotlab/ids": "*",
"@pilotlab/initializable": "*",
"@pilotlab/is": "*",
"@pilotlab/nodes": "*",
"@pilotlab/numbers": "*",
"@pilotlab/progress": "*",
"@pilotlab/result": "*",
"@pilotlab/sha1": "*",
"@pilotlab/signals": "*",
"@pilotlab/strings": "*"
},
"devDependencies": {},
"homepage": "https://gitlab.com/pilot-lab/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": "https://gitlab.com/pilot-lab/lux/lux-core.git"
},
"scripts": {
"clean": "source ../../bin/clean.sh; clean;",
"permit": "source ../../bin/permit.sh; permit;",
"pretest": "source ../../bin/pretest.sh; pretest;",
"test": "source ../../bin/test/test.sh; test;",
"bump": "source ../../bin/npm-bump.sh; bump;",
"build": "source ../../bin/build.sh; build;",
"publish": "source ../../bin/npm-publish.sh; publish;"
}
}