@zendeskgarden/css-variables
Version:
Garden component CSS
39 lines (38 loc) • 1.18 kB
JSON
{
"name": "@zendeskgarden/css-variables",
"version": "7.0.0",
"description": "Garden component CSS",
"license": "Apache-2.0",
"author": "Zendesk Garden <garden@zendesk.com>",
"homepage": "https://garden.zendesk.com/",
"repository": "https://github.com/zendeskgarden/css-components",
"bugs": {
"url": "https://github.com/zendeskgarden/css-components/issues"
},
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "scripts/build.js",
"format": "prettier-package-json --write",
"lint": "npm run lint:css && npm run lint:js && npm run lint:json && npm run lint:sass",
"lint:css": "stylelint dist/index.css",
"lint:js": "eslint scripts/*.js src/*.js dist/*.js --max-warnings 0",
"lint:json": "jsonlint dist/index.json -q",
"lint:sass": "stylelint --config .sasslintrc dist/index.scss",
"test": "npm run build && npm run lint",
"watch": "watch 'npm run build' src --interval=.1"
},
"keywords": [
"components",
"css",
"garden",
"zendesk"
],
"publishConfig": {
"access": "public"
},
"style": "dist/index.css",
"gitHead": "40ee976302266340c4f53fa979c7f8267a4254b5"
}