1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-31 18:13:04 +02:00
Files
devicon/package.json
Josélio de S. C. Júnior d588a2cc4a Build preparation for release v2.16.0 (#2105)
* bump npm version to v2.16.0

* Built new icons, icomoon.json and devicon.css (#1997)

Co-authored-by: Snailedlt <Snailedlt@users.noreply.github.com>

* Built new icons, icomoon.json and devicon.css

* Fix built icons

---------

Co-authored-by: Snailedlt <43886029+Snailedlt@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Snailedlt <Snailedlt@users.noreply.github.com>
Co-authored-by: lunatic-fox <lunatic-fox@users.noreply.github.com>
2024-02-04 18:33:07 -03:00

39 lines
1.2 KiB
JSON

{
"name": "devicon",
"version": "2.16.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.32.2-linux64/geckodriver ./icomoon.json ./devicon.json ./icons ./ --pr_title \"$PR_TITLE\"",
"optimize-svg": "gulp optimizeSvg",
"bump": "gulp bumpVersion",
"build-icons": "python3 ./.github/scripts/icomoon_build_githubless.py ./.github/scripts/build_assets/geckodriver-v0.32.2-linux64/geckodriver ./icomoon.json ./devicon.json ./icons ./ --headless",
"dev": "python3 -m http.server 8000 -d ./docs/"
},
"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-footer": "^2.0.2",
"gulp-sass": "^5.0.0",
"gulp-svgmin": "^3.0.0",
"sass": "^1.26.10",
"yargs": "^17.0.0"
}
}