diff --git a/package.json b/package.json index efbd5912..b74ba626 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,10 @@ { "name": "subfont", "version": "2.0.1", - "description": "Command line tool to inject Google font subsets of glyphs in use on your pages", + "description": "Speeds up your pages initial paint by automatically subsetting local or Google fonts and loading them optimally", + "engines": { + "node": ">=8.0.0" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -13,11 +16,17 @@ "keywords": [ "google", "font", + "fonts", "webfont", + "webfonts", "subset", + "subsetting", "commandline", "cli", - "automation" + "automation", + "woff", + "woff2", + "preload" ], "author": "Peter Müller ", "license": "MIT",