{
  "version": "0.1.4",
  "name": "baseline-utils",
  "main": "index.js",
  "description": "Converts the more important but less accessible Baseline into the less important but more accessible Padding",
  "repository": {
    "type": "git",
    "url": "https://github.com/dmitriz/baseline-padding"
  },
  "scripts": {
    "start": "karma start",
    "test": "karma start",
    "dev": "open http://localhost:8080/ && webpack-dev-server",
    "pub": "npm version patch && npm publish && git push",
    "sync": "git ac && git pull --rebase && git push"
  },
  "keywords": [
    "css",
    "typography",
    "font",
    "line-height",
    "rhythm",
    "baseline",
    "padding"
  ],
  "author": "Dmitri Zaitsev <dmitri14@gmail.com> (https://github.com/dmitriz)",
  "license": "MIT",
  "standard": {
    "globals": [
      "describe",
      "expect",
      "it",
      "beforeEach",
      "angular",
      "document"
    ]
  },
  "bugs": {
    "url": "https://github.com/dmitriz/baseline-padding/issues"
  },
  "homepage": "https://github.com/dmitriz/baseline-padding#readme",
  "dependencies": {
    "better-math": "^1.4.2",
    "lodash": "^4.12.0"
  },
  "devDependencies": {
    "min-karma-webpack": "^0.2.4"
  }
}
