{
  "name": "postcss-font-weights",
  "version": "2.0.1",
  "description": "PostCSS plugin to transform font weight names into numeric font weight values",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "fonts",
    "weights",
    "fonts",
    "font-weight",
    "common",
    "names",
    "numerics",
    "shorthands",
    "values"
  ],
  "author": "Jonathan Neal <jonathantneal@hotmail.com>",
  "contributors": [
    "Bogdan Chadkin <trysound@yandex.ru>",
    "David Walsh <dlwalsh@gmail.com>"
  ],
  "license": "CC0-1.0",
  "repository": {
    "type": "git",
    "url":  "https://github.com/jonathantneal/postcss-font-weights.git"
  },
  "dependencies": {
    "postcss": "^5.0.12",
    "css-font-weight-names": "^0.2.1"
  },
  "devDependencies": {
    "eslint": "^1.10.3",
    "tap-spec": "^4.1.1",
    "tape": "^4.2.2"
  },
  "scripts": {
    "lint": "eslint . --ignore-path .gitignore",
    "tape": "tape test.js | tap-spec",
    "test": "npm run lint && npm run tape"
  },
  "engines": {
    "iojs": ">=2.0.0",
    "node": ">=0.12.0"
  }
}
