2015-12-14 10:33:49 -05:00
|
|
|
{
|
|
|
|
|
"name": "mana",
|
2020-09-03 13:42:58 -04:00
|
|
|
"homepage": "https://github.com/andrewgioia/mana",
|
2021-07-14 10:45:15 -04:00
|
|
|
"version": "1.14.0",
|
2015-12-14 10:33:49 -05:00
|
|
|
"authors": [
|
2020-09-03 13:42:58 -04:00
|
|
|
"Andrew Gioia <andrew@gioia.email>"
|
2015-12-14 10:33:49 -05:00
|
|
|
],
|
|
|
|
|
"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"
|
|
|
|
|
]
|
2020-08-20 11:35:01 -04:00
|
|
|
}
|