@uqds/layout
Version:
48 lines (47 loc) • 977 B
JSON
{
"name": "@uqds/layout",
"version": "6.0.0",
"description": "Grid CSS",
"keywords": [
"uqds",
"uq",
"University of Queensland",
"design system",
"scss",
"sass",
"css",
"grid"
],
"publishConfig": {
"access": "public"
},
"author": {
"name": "University of Queensland",
"email": "webservices@uq.edu.au",
"url": "https://uq.edu.au"
},
"homepage": "https://github.com/uq-its-ss/design-system#readme",
"license": "ISC",
"directories": {
"lib": "src"
},
"files": [
"src/*",
"dist/*"
],
"style": "dist/css/main.css",
"scripts": {
"prepare": "gulp -f ../../gulpfile.js --cwd=. prepare"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uq-its-ss/design-system.git"
},
"bugs": {
"url": "https://github.com/uq-its-ss/design-system/issues"
},
"dependencies": {
"@uqds/core": "^4.0.0"
},
"gitHead": "99bcb9f6d768ac5617f5ff843f52d3af65012867"
}