mirror of
https://github.com/andrewgioia/mana.git
synced 2024-10-31 23:44:47 +00:00
32 lines
559 B
JSON
32 lines
559 B
JSON
{
|
|
"name": "mana",
|
|
"homepage": "https://github.com/andrewgioia/mana",
|
|
"version": "1.15.3",
|
|
"authors": [
|
|
"Andrew Gioia <andrew@gioia.email>"
|
|
],
|
|
"description": "Magic: the Gathering mana symbol pictographic font",
|
|
"main": [
|
|
"css/mana.css"
|
|
],
|
|
"moduleType": [],
|
|
"keywords": [
|
|
"mana",
|
|
"mtg",
|
|
"mana symbols",
|
|
"magic",
|
|
"gathering",
|
|
"font"
|
|
],
|
|
"license": "MIT",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
".git",
|
|
".gitignore"
|
|
]
|
|
} |