mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-11-05 08:34:45 +00:00
35 lines
685 B
JSON
35 lines
685 B
JSON
{
|
|
"name": "keyrune",
|
|
"homepage": "http://keyrune.andrewgioia.com",
|
|
"version": "3.9.2",
|
|
"authors": [
|
|
"Andrew Gioia <andrew@gioia.email>"
|
|
],
|
|
"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"
|
|
]
|
|
} |