mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-21 14:54:45 +00:00
Registering as a bower package
This commit is contained in:
parent
8ce83ce99f
commit
3879266645
31
bower.json
Normal file
31
bower.json
Normal 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"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user