mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 18:04:12 +03:00
27 lines
636 B
JSON
27 lines
636 B
JSON
{
|
|
"name": "simple-icons",
|
|
"version": "1.2.16",
|
|
"description": "SVG icons for popular brands https://simpleicons.org",
|
|
"homepage": "https://www.simpleicons.org",
|
|
"keywords": [
|
|
"svg",
|
|
"icons"
|
|
],
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/simple-icons/simple-icons.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/simple-icons/simple-icons/issues"
|
|
},
|
|
"author": "Simple Icons Collaborators",
|
|
"license": "CC0",
|
|
"devDependencies": {
|
|
"jsonlint": "^1.6.2"
|
|
},
|
|
"scripts": {
|
|
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema"
|
|
}
|
|
}
|