Registering as a bower package

This commit is contained in:
Andrew Gioia 2015-12-14 10:33:49 -05:00
parent 8ce83ce99f
commit 3879266645
1 changed files with 31 additions and 0 deletions

31
bower.json Normal file
View File

@ -0,0 +1,31 @@
{
"name": "mana",
"homepage": "https://github.com/andrewgioia/Mana",
"authors": [
"Andrew Gioia <andrewgioia@gmail.com>"
],
"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"
]
}