forked from devicons/devicon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "devicon",
"version": "2.15.1",
"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 ./",
"optimize-svg": "gulp optimizeSvg",
"bump": "gulp bumpVersion"
},
"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.2",
"gulp-sass": "^5.0.0",
"gulp-svgmin": "^3.0.0",
"sass": "^1.26.10",
"yargs": "^17.0.0",
"gulp-footer": "^2.0.2"
}
}