mirror of
https://github.com/SamHerbert/SVG-Loaders.git
synced 2026-01-24 20:36:13 +00:00
Per bower/bower.json-spec@a325da3 Also their maintainer says they probably won't ever use it: http://stackoverflow.com/questions/24844901/bowers-bower-json-file-version-property
25 lines
463 B
JSON
25 lines
463 B
JSON
{
|
|
"name": "SVG-Loaders",
|
|
"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"
|
|
]
|
|
}
|