From ea518b8394e3eec40ed43d3efd8b4a980a404649 Mon Sep 17 00:00:00 2001 From: Chris Simpson Date: Sat, 1 Feb 2020 22:41:03 +1100 Subject: [PATCH] Add package.json --- package.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..550f633 --- /dev/null +++ b/package.json @@ -0,0 +1,28 @@ +{ + "name": "@chrismsimpson/metropolis", + "version": "10.0.0", + "description": "Metropolis: A modern, geometric typeface", + "keywords": [ + "font", + "type", + "typeface", + "metropolis", + "geometric", + "modern" + ], + "repository": { + "type": "git", + "url": "https://github.com/chrismsimpson/Metropolis" + }, + "license": "Unlicense", + "bugs": { + "url": "https://github.com/chrismsimpson/Metropolis/issues" + }, + "homepage": "https://github.com/chrismsimpson/Metropolis", + "files": [ + "Fonts/OpenType", + "Fonts/TrueType", + "Fonts/UFO", + "Fonts/Webfonts" + ] + } \ No newline at end of file