2015-01-27 10:43:36 +01:00
|
|
|
{
|
|
|
|
"name": "devicon",
|
2021-09-08 13:52:53 -07:00
|
|
|
"version": "2.14.0",
|
2015-01-27 10:43:36 +01:00
|
|
|
"description": "Programming related icons collection",
|
2015-06-18 07:57:43 +02:00
|
|
|
"main": "devicon.min.css",
|
2015-01-27 10:43:36 +01:00
|
|
|
"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%\"",
|
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 ./",
|
2021-09-08 13:52:53 -07:00
|
|
|
"optimize-svg": "gulp optimizeSvg",
|
|
|
|
"bump": "gulp bumpVersion"
|
2015-01-27 10:43:36 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-02-21 23:02:40 +01:00
|
|
|
"url": "https://github.com/devicons/devicon.git"
|
2015-01-27 10:43:36 +01:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"programming",
|
|
|
|
"icons",
|
2015-06-18 08:25:11 +02:00
|
|
|
"svg",
|
|
|
|
"font"
|
2015-01-27 10:43:36 +01:00
|
|
|
],
|
2021-02-21 23:02:40 +01:00
|
|
|
"author": "devicons",
|
2015-01-27 10:43:36 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2021-02-21 23:02:40 +01:00
|
|
|
"url": "https://github.com/devicons/devicon/issues"
|
2015-01-27 10:43:36 +01:00
|
|
|
},
|
2021-02-21 23:02:40 +01:00
|
|
|
"homepage": "https://devicon.dev",
|
2015-01-27 10:43:36 +01:00
|
|
|
"devDependencies": {
|
2021-08-10 01:51:02 -07:00
|
|
|
"gulp": "^4.0.2",
|
|
|
|
"gulp-sass": "^5.0.0",
|
2021-05-15 12:14:13 -07:00
|
|
|
"gulp-svgmin": "^3.0.0",
|
|
|
|
"sass": "^1.26.10",
|
2021-08-10 01:51:02 -07:00
|
|
|
"yargs": "^17.0.0",
|
|
|
|
"gulp-footer": "^2.0.2"
|
|
|
|
}
|
2015-01-27 10:43:36 +01:00
|
|
|
}
|