mirror of
https://github.com/konpa/devicon.git
synced 2025-02-20 07:14:36 +01:00
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "devicon",
|
|
"version": "2.13.0",
|
|
"description": "Programming related icons collection",
|
|
"main": "devicon.min.css",
|
|
"scripts": {
|
|
"build-css": "gulp updateCss && gulp clean",
|
|
"peek-test": "python ./.github/scripts/icomoon_peek.py ./.github/scripts/build_assets/geckodriver-v0.27.0-win64/geckodriver.exe ./icomoon.json ./devicon.json ./icons ./ --pr_title \"%PR_TITLE%\"",
|
|
"build-test": "python ./.github/scripts/icomoon_build.py ./.github/scripts/build_assets/geckodriver-v0.27.0-win64/geckodriver.exe ./icomoon.json ./devicon.json ./icons ./",
|
|
"optimize-svg": "gulp optimizeSvg"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/devicons/devicon.git"
|
|
},
|
|
"keywords": [
|
|
"programming",
|
|
"icons",
|
|
"svg",
|
|
"font"
|
|
],
|
|
"author": "devicons",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/devicons/devicon/issues"
|
|
},
|
|
"homepage": "https://devicon.dev",
|
|
"devDependencies": {
|
|
"gulp": "^4.0.2",
|
|
"gulp-sass": "^5.0.0",
|
|
"gulp-svgmin": "^3.0.0",
|
|
"sass": "^1.26.10",
|
|
"yargs": "^17.0.0",
|
|
"gulp-footer": "^2.0.2"
|
|
}
|
|
}
|