{
  "name": "typography-theme-moraga",
  "description": "A theme for Typography.js",
  "version": "0.16.19",
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
  "main": "./dist/index.js",
  "dependencies": {
    "compass-vertical-rhythm": "^1.2.1",
    "gray-percentage": "^2.0.0",
    "typography-breakpoint-constants": "^0.16.19"
  },
  "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/"
  },
  "gitHead": "1a3bfc103d41d59f04e89573c2c87e1d95abdd12"
}
