{
  "name": "postcss-line-height-px-to-unitless",
  "version": "0.2.1",
  "description": "postcss plugin to convert a line-height value with px to a unitless value",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha ./test.js",
    "bump": "./node_modules/.bin/release-it"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/makotot/postcss-line-height-px-to-unitless.git"
  },
  "author": "makotot",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/makotot/postcss-line-height-px-to-unitless/issues"
  },
  "homepage": "https://github.com/makotot/postcss-line-height-px-to-unitless#readme",
  "keywords": [
    "postcss",
    "postcss-plugin",
    "css",
    "line-height"
  ],
  "devDependencies": {
    "autoprefixer": "^6.0.3",
    "chai": "^3.3.0",
    "eslint-config-makotot": "0.0.3",
    "gulp": "^3.9.0",
    "gulp-eslint": "^1.0.0",
    "gulp-postcss": "^6.0.1",
    "mocha": "^2.3.3",
    "release-it": "^2.3.1"
  },
  "dependencies": {
    "postcss": "^5.0.9"
  }
}
