mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-07 23:38:14 +08:00
21 lines
482 B
JSON
21 lines
482 B
JSON
|
{
|
||
|
"name": "svg4everybody",
|
||
|
"homepage": "https://github.com/jonathantneal/svg4everybody",
|
||
|
"authors": [
|
||
|
"Jonathan Neal <jonathantneal+github@gmail.com>"
|
||
|
],
|
||
|
"description": "Use external SVG spritemaps today.",
|
||
|
"main": ["svg4everybody.js", "svg4everybody.legacy.js"],
|
||
|
"keywords": [
|
||
|
"svg",
|
||
|
"spritemaps",
|
||
|
"polyfill",
|
||
|
"ie"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git@github.com:jonathantneal/svg4everybody.git"
|
||
|
},
|
||
|
"license": "CC0 1.0"
|
||
|
}
|