official-fontface
Version:
Set of official fonts of companies in SASS
70 lines (69 loc) • 2.34 kB
JSON
{
"name": "official-fontface",
"description": "Set of official fonts of companies in SASS",
"author": "Andrey Helldar",
"version": "1.6.2",
"license": "MIT",
"keywords": [
"fontface",
"fonts",
"fiat",
"ford",
"honda",
"hyundai",
"isuzu",
"mercedes-benz",
"mitsubishi",
"opel",
"renault"
],
"bugs": "https://github.com/andrey-helldar/official-fontface/issues",
"style": "dist/css/official-fontface.css",
"sass": "src/scss/official-fontface.scss",
"scripts": {
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"test": "yarn dev && stylelint dist/css/official-fontface.css"
},
"repository": {
"type": "git",
"url": "git@github.com:andrey-helldar/official-fontface.git"
},
"engine": "node >= 10.14",
"dependencies": {
"normalize.css": "^8.0.1"
},
"devDependencies": {
"cross-env": "^7.0.0",
"laravel-mix": "^5.0.0",
"resolve-url-loader": "^3.1.0",
"sass": "^1.25.0",
"sass-loader": "^8.0.0",
"stylelint": "^13.0.0",
"stylelint-config-standard": "^20.0.0"
},
"files": [
"dist",
"src",
"LICENSE",
"README.md"
],
"stylelint": {
"extends": "stylelint-config-standard",
"rules": {
"font-family-no-duplicate-names": [
true,
{
"ignoreFontFamilyNames": [
"monospace"
]
}
],
"indentation": 2,
"declaration-block-single-line-max-declarations": 5,
"number-leading-zero": "never",
"max-empty-lines": 2
}
}
}