mirror of
https://github.com/konpa/devicon.git
synced 2025-01-17 21:48:28 +01:00
71049a24c1
* bump npm version to v2.13.1 * Built new icons, icomoon.json and devicon.css (#839) Co-authored-by: Thomas-Boi <Thomas-Boi@users.noreply.github.com> * Add a gulp task to bump npm version * bump npm version to v2.14.0 * Add code docs to gulp bumpVersion task Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Thomas-Boi <Thomas-Boi@users.noreply.github.com>
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "devicon",
|
|
"version": "2.14.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",
|
|
"bump": "gulp bumpVersion"
|
|
},
|
|
"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"
|
|
}
|
|
}
|