From d0181db077c9d9aa13c2e9d07bad0320a773ea5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Mass=C3=A9?= Date: Thu, 15 Mar 2018 18:00:22 +0100 Subject: [PATCH] add package.json so it can be published to npm (#374) * add package.json so it can be published to npm * using license symbol and only include the distr folder --- 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..55ba33b --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "firacode", + "version": "1.205.0", + "description": "Fira Code: monospaced font with programming ligatures", + "keywords": [ + "font", + "Mozilla Fira Type Family", + "Fira", + "FiraMono" + ], + "repository": { + "type": "git", + "url": "https://github.com/tonsky/FiraCode.git" + }, + "author": "Nikita Prokopov ", + "license": "OFL-1.1", + "bugs": { + "url": "https://github.com/tonsky/FiraCode/issues" + }, + "homepage": "https://github.com/tonsky/FiraCode#readme", + "files": [ + "distr" + ] +} +