mirror of
https://github.com/konpa/devicon.git
synced 2025-03-17 19:29:40 +01:00
* 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>
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"name": "devicon",
|
|
"version": "2.11.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 ./",
|
|
},
|
|
"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.0",
|
|
"gulp-sass": "^4.1.0",
|
|
"sass": "^1.26.10"
|
|
},
|
|
"dependencies": {}
|
|
}
|