-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 986 Bytes
/
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
39
40
41
{
"name": "@aasaam/brand-icons",
"version": "0.0.27",
"description": "aasaam brand icons",
"keywords": [
"iran",
"logo",
"icon",
"font",
"brand"
],
"repository": {
"type": "git",
"url": "git+https://github.com/aasaam/brand-icons.git"
},
"homepage": "https://aasaam.github.io/brand-icons/",
"scripts": {
"lint:names": "./scripts/lint-names.js",
"lint:all-svg": "svglint svg/*.svg",
"lint:svg": "svglint",
"svgo": "svgo --config=./.svgo.config.js",
"build:simple-icons": "./scripts/build-simple-icons.js",
"build:fonts": "./scripts/build-fonts.js",
"build:docs": "./scripts/build-docs.js"
},
"authors": [
{
"name": "Muhammad Hussein Fattahizadeh",
"email": "[email protected]"
}
],
"license": "CC0-1.0",
"devDependencies": {
"filesize": "^8.0.7",
"icon-font-buildr": "^1.4.2",
"lodash": "^4.17.21",
"simple-icons": "^6.7.0",
"svglint": "^2.1.0",
"svgo": "^2.8.0"
}
}