@progress/kendo-font-icons
Version:
This package contains the Kendo UI font icons, the related CSS and the font files needed to use them in your project.
28 lines (27 loc) • 638 B
JSON
{
"name": "@progress/kendo-font-icons",
"description": "",
"version": "4.6.2",
"author": "Progress",
"repository": "telerik/kendo-icons",
"bugs": "https://github.com/telerik/kendo-icons/issues",
"license": "Apache-2.0",
"files": [
"dist/",
"scss/"
],
"scripts": {
"prebuild": "node scripts/prepare-font.js && node scripts/prepare-nuget.js",
"build": "npx sass scss/all.scss dist/index.css",
"prepublishOnly": "npm run build"
},
"keywords": [
"Kendo UI",
"Font",
"Icons"
],
"publishConfig": {
"access": "public"
},
"gitHead": "7261d255d8c0e16ad386abd944595e69ed8765bc"
}