From 9e3cf742aba7c02bc5a0b06bbcebef830f0b99ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Passos?= Date: Wed, 29 Jun 2016 07:21:06 -0300 Subject: [PATCH] NPM package --- package.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..b4b555d --- /dev/null +++ b/package.json @@ -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 ", + "license": "MIT", + "bugs": { + "url": "https://github.com/andrewgioia/Mana/issues" + }, + "homepage": "https://github.com/andrewgioia/Mana#readme" +}