mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-16 02:14:12 +03:00
ca0e2ac72e
make is possible to import all icons with the SVG content, see example.js for usage Discussion at https://github.com/simple-icons/simple-icons/pull/446
21 lines
486 B
JSON
21 lines
486 B
JSON
{
|
|
"name": "simple-icons",
|
|
"version": "1.0.0",
|
|
"description": "SVG icons for popular brands https://simpleicons.org",
|
|
"homepage": "https://www.simpleicons.org",
|
|
"keywords": [
|
|
"svg",
|
|
"icons"
|
|
],
|
|
"main": "index.js",
|
|
"repository": "git@github.com:danleech/simple-icons.git",
|
|
"author": "Dan Leech",
|
|
"license": "CCO",
|
|
"devDependencies": {
|
|
"jsonlint": "^1.6.2"
|
|
},
|
|
"scripts": {
|
|
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema"
|
|
}
|
|
}
|