mirror of
https://github.com/SamHerbert/SVG-Loaders.git
synced 2026-01-25 04:46:14 +00:00
26 lines
485 B
JSON
26 lines
485 B
JSON
{
|
|
"name": "SVG-Loaders",
|
|
"version": "1.0.0",
|
|
"homepage": "https://github.com/SamHerbert/SVG-Loaders",
|
|
"description": "Loading icons and small animations built purely in SVG, no CSS or JS.",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
"site-assets",
|
|
"index.html"
|
|
],
|
|
"keywords": [
|
|
"progress",
|
|
"svg",
|
|
"loaders",
|
|
"loading",
|
|
"spinners",
|
|
"animated"
|
|
]
|
|
}
|