1
0
mirror of https://github.com/konpa/devicon.git synced 2025-01-19 14:27:04 +01:00
devicon/package.json
Thomas Bui a23a1cd2f6
Build preparation for Release v2.11.0 (#559)
* bump npm version to v2.11.0

* Rebuilt package-lock.json

* Built new icons, icomoon.json and devicon.css

* Updated logging

Co-authored-by: Thomas-Boi <Thomas-Boi@users.noreply.github.com>
2021-04-10 10:26:41 +02:00

33 lines
1004 B
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"
}
}