mirror of
https://github.com/konpa/devicon.git
synced 2025-01-18 05:58:13 +01:00
33 lines
991 B
JSON
33 lines
991 B
JSON
{
|
|
"name": "devicon",
|
|
"version": "2.2.0",
|
|
"description": "Programming related icons collection",
|
|
"main": "devicon.min.css",
|
|
"scripts": {
|
|
"build-css": "gulp updateCss && gulp clean",
|
|
"build": "python ./.github/scripts/icomoon_build.py ./.github/scripts/build_assets/geckodriver-v0.27.0-win64/geckodriver.exe ./icomoon.json ./devicon.json ./icons ./ --headless",
|
|
"peek": "python ./.github/scripts/icomoon_peek.py ./.github/scripts/build_assets/geckodriver-v0.27.0-win64/geckodriver.exe ./icomoon.json ./devicon.json ./icons ./ --headless"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/konpa/devicon.git"
|
|
},
|
|
"keywords": [
|
|
"programming",
|
|
"icons",
|
|
"svg",
|
|
"font"
|
|
],
|
|
"author": "konpa",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/konpa/devicon/issues"
|
|
},
|
|
"homepage": "http://konpa.github.io/devicon/",
|
|
"devDependencies": {
|
|
"gulp": "^4.0.0",
|
|
"gulp-sass": "^4.1.0",
|
|
"sass": "^1.26.10"
|
|
}
|
|
}
|