mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-07 15:27:43 +08:00
19 lines
643 B
JSON
19 lines
643 B
JSON
|
{
|
||
|
"name" : "svg4everybody",
|
||
|
"description" : "Use external SVG spritemaps in any browser",
|
||
|
"keywords" : ["svg", "sprites", "spritemaps", "symbol", "defs", "oldie", "ie8", "ie9", "safari", "external", "icon", "fallback"],
|
||
|
"author" : "Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com)",
|
||
|
"contributors" : [],
|
||
|
"dependencies" : [],
|
||
|
"main": "svg4everybody.js",
|
||
|
"homepage": "https://github.com/jonathantneal/svg4everybody",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/jonathantneal/svg4everybody/issues"
|
||
|
},
|
||
|
"repository" : {
|
||
|
"type": "git",
|
||
|
"url": "git@github.com:jonathantneal/svg4everybody.git"
|
||
|
},
|
||
|
"version" : "1.0.0"
|
||
|
}
|