mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-10-31 23:04:46 +00:00
36 lines
695 B
JSON
36 lines
695 B
JSON
{
|
|
"name": "keyrune",
|
|
"homepage": "http://andrewgioia.github.io/Keyrune",
|
|
"version": "3.2.1",
|
|
"authors": [
|
|
"Andrew Gioia <andrewgioia@gmail.com>"
|
|
],
|
|
"description": "Magic: the Gathering set symbol pictographic font",
|
|
"main": [
|
|
"css/keyrune.css"
|
|
],
|
|
"keywords": [
|
|
"keyrune",
|
|
"mtg",
|
|
"set",
|
|
"set symbol",
|
|
"set code",
|
|
"magic",
|
|
"gathering",
|
|
"font"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"license": [
|
|
"OFL-1.1",
|
|
"MIT"
|
|
],
|
|
"ignore": [
|
|
"*/.*",
|
|
"*.json",
|
|
"*.md",
|
|
"node_modules",
|
|
"bower_components"
|
|
]
|
|
}
|