{
  "name": "typographist",
  "version": "3.1.0",
  "description": "Toolkit for the rapid construction of interfaces with high quality typography.",
  "license": "MIT",
  "homepage": "https://github.com/typography-gang/typographist",
  "bugs": "https://github.com/typography-gang/typographist/issues",
  "repository": {
    "type": "git",
    "repository": "https://github.com/typography-gang/typographist"
  },
  "author": {
    "name": "Maxim Alyoshin",
    "email": "mgreen097@gmail.com"
  },
  "files": [
    "api",
    "constants",
    "helpers",
    "transformator",
    "index.js"
  ],
  "keywords": [
    "css",
    "design",
    "golden-ratio",
    "eyeglass-module",
    "modular",
    "modular-scale",
    "modularscale",
    "modularscale-postcss",
    "musical-scales",
    "postcss",
    "postcss-plugin",
    "ratio",
    "scale",
    "typo",
    "typography",
    "typographist",
    "vertical-rhythm",
    "web-typography"
  ],
  "engines": {
    "node": ">=9.8.0",
    "yarn": "^1.3.2",
    "npm": "^5.6.0"
  },
  "main": "./index.js",
  "scripts": {
    "unit:watch": "cross-env jest --watch",
    "lint": "cross-env eslint **/*.js"
  },
  "devDependencies": {
    "eslint": "^4.15.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jest": "^21.17.0",
    "eslint-plugin-prettier": "^2.6.0",
    "jest": "^23.0.1"
  },
  "dependencies": {
    "cross-env": "^5.1.4",
    "postcss": "^6.0.22"
  },
  "jest": {
    "collectCoverage": false
  }
}
