{
  "name": "postcss-calc",
  "version": "3.0.0",
  "description": "PostCSS plugin to reduce calc()",
  "keywords": [
    "css",
    "postcss",
    "postcss-plugins",
    "calculation",
    "calc"
  ],
  "author": "Maxime Thirouin",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/postcss/postcss-calc.git"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "index.js"
  ],
  "dependencies": {
    "postcss-message-helpers": "^1.1.0",
    "reduce-css-calc": "^1.2.0"
  },
  "devDependencies": {
    "jscs": "^1.6.2",
    "jshint": "^2.5.6",
    "postcss": "^3.0.0",
    "postcss-custom-properties": "^2.0.0",
    "tape": "^3.0.0"
  },
  "scripts": {
    "lint": "jscs *.js **/*.js && jshint . --exclude-path .gitignore",
    "test": "npm run lint && tape test"
  }
}
