Merge pull request #11 from andrelmp/master

Merging in NPM package file
This commit is contained in:
Andrew Gioia 2016-06-29 15:43:23 -04:00 committed by GitHub
commit 802ce736ae
1 changed files with 25 additions and 0 deletions

25
package.json Normal file
View File

@ -0,0 +1,25 @@
{
"name": "mana",
"version": "0.6.0",
"description": "Magic: the Gathering mana symbol pictographic font",
"main": "css/mana.css",
"repository": {
"type": "git",
"url": "git+https://github.com/andrewgioia/Mana.git"
},
"keywords": [
"mana",
"mtg",
"mana",
"symbols",
"magic",
"gathering",
"font"
],
"author": "Andrew Gioia <andrewgioia@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrewgioia/Mana/issues"
},
"homepage": "https://github.com/andrewgioia/Mana#readme"
}