UNPKG

typography-theme-us-web-design-standards

Version:

A theme for Typography.js inspired by the US Web Design Standaards https://standards.usa.gov/typography/

32 lines (31 loc) 1.03 kB
{ "name": "typography-theme-us-web-design-standards", "description": "A theme for Typography.js inspired by the US Web Design Standaards https://standards.usa.gov/typography/", "version": "0.16.19", "author": "Kyle Mathews <mathews.kyle@gmail.com>", "main": "./dist/index.js", "keywords": [ "css", "typography", "typography-theme" ], "license": "MIT", "homepage": "https://github.com/KyleAMathews/typography.js", "bugs": { "url": "https://github.com/KyleAMathews/typography.js/issues" }, "repository": { "type": "git", "url": "https://github.com/KyleAMathews/typography.js.git" }, "scripts": { "build": "../../node_modules/.bin/babel src --out-dir dist/", "flow": "../../node_modules/.bin/flow", "lint": "../../node_modules/.bin/eslint --ext .js,.jsx --ignore-path .gitignore .", "watch": "../../node_modules/.bin/babel -w src --out-dir dist/" }, "dependencies": { "gray-percentage": "^2.0.0" }, "gitHead": "1a3bfc103d41d59f04e89573c2c87e1d95abdd12" }