-
Notifications
You must be signed in to change notification settings - Fork 2.3k
/
package.json
38 lines (38 loc) · 1.2 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
38
{
"name": "devicon",
"version": "2.16.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.32.2-linux64/geckodriver ./icomoon.json ./devicon.json ./icons ./ --pr_title \"$PR_TITLE\"",
"optimize-svg": "gulp optimizeSvg",
"bump": "gulp bumpVersion",
"build-icons": "python3 ./.github/scripts/icomoon_build_githubless.py ./.github/scripts/build_assets/geckodriver-v0.32.2-linux64/geckodriver ./icomoon.json ./devicon.json ./icons ./ --headless",
"dev": "python3 -m http.server 8000 -d ./docs/"
},
"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-footer": "^2.0.2",
"gulp-sass": "^5.0.0",
"gulp-svgmin": "^3.0.0",
"sass": "^1.26.10",
"yargs": "^17.0.0"
}
}