1
0
mirror of https://github.com/konpa/devicon.git synced 2025-01-17 21:48:28 +01:00
devicon/package.json

38 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "devicon",
"version": "2.14.0",
"description": "Programming related icons collection",
2015-06-18 07:57:43 +02:00
"main": "devicon.min.css",
"scripts": {
2020-12-29 15:11:28 -08:00
"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%\"",
Script upgrades and updated CONTRIBUTING.md and README.md (#576) * Updated README and CONTRIBUTING * Added check for devicon object when peeking * Added PR template * Added a script to create release messages * Updated CONTRIBUTING about new script * Update .github/PULL_REQUEST_TEMPLATE/new_icon.md Co-authored-by: David Leal <halfpacho@gmail.com> * Update .github/scripts/build_assets/arg_getters.py Co-authored-by: David Leal <halfpacho@gmail.com> * Update .github/workflows/get_release_message.yml Co-authored-by: David Leal <halfpacho@gmail.com> * Update gulpfile.js Co-authored-by: David Leal <halfpacho@gmail.com> * Update .github/PULL_REQUEST_TEMPLATE/new_feature.md Co-authored-by: David Leal <halfpacho@gmail.com> * Update .github/PULL_REQUEST_TEMPLATE/new_feature.md Co-authored-by: David Leal <halfpacho@gmail.com> * Added a way for peek bot to comment error * Update CONTRIBUTING.md Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com> * Update .github/scripts/get_release_message.py Co-authored-by: Malte Jürgens <maltejur@web.de> * Update .github/scripts/get_release_message.py Co-authored-by: Malte Jürgens <maltejur@web.de> * Update .github/PULL_REQUEST_TEMPLATE/new_feature.md Co-authored-by: David Leal <halfpacho@gmail.com> * Clean up and updated CONTRIBUTING * Updated CONTRIBUTING * Add set up steps for release message workflow * Refactored peek workflow * Added requests library * Reformat devicon object error messages Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com> Co-authored-by: Malte Jürgens <maltejur@web.de>
2021-04-29 01:04:32 -07:00
"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",
2015-06-18 08:25:11 +02:00
"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"
}
}