@uqds/grid
Version:
47 lines (46 loc) • 943 B
JSON
{
"name": "@uqds/grid",
"version": "3.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/*"
],
"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"
}