@clayui/css
Version:
Liferay's web implementation of the Lexicon Design Language
61 lines (60 loc) • 1.24 kB
JSON
{
"author": {
"email": "nathan.cavanaugh@liferay.com",
"name": "Nate Cavanaugh",
"url": "https://github.com/natecavanaugh"
},
"bugs": "https://github.com/liferay/clay/issues",
"contributors": [
{
"email": "patrick.yeo@liferay.com",
"name": "Patrick Yeo",
"web": "https://github.com/pat270"
},
{
"email": "rob.g.frampton@gmail.com",
"name": "Rob Frampton",
"web": "https://github.com/Robert-Frampton"
}
],
"csfConfig": {
"js": {
"lint": {
"globals": {
"jQuery": true
},
"rules": {}
}
}
},
"description": "Liferay's web implementation of the Lexicon Design Language",
"devDependencies": {
"jsdom": "^18.0.0",
"sass": "^1.42.0",
"sassdoc": "^2.5.1",
"svgo": "^2.7.0"
},
"files": [
"index.js",
"lib",
"src/images/icons",
"src/js",
"src/scss"
],
"homepage": "http://clayui.com",
"license": "MIT",
"main": "index.js",
"name": "@clayui/css",
"repository": {
"type": "git",
"url": "https://github.com/liferay/clay/tree/master/packages/clay-css"
},
"scripts": {
"build": "yarn compile",
"buildIcons": "node ./scripts/buildIcons",
"compile": "node ./scripts/build",
"link": "npm link",
"prepublish": "yarn compile"
},
"version": "3.160.0"
}