{
  "name": "postcss-discard-comments",
  "version": "1.1.3",
  "description": "Discard comments in your CSS files with PostCSS.",
  "main": "index.js",
  "scripts": {
    "lint": "jshint index.js lib/commentRemover.js --reporter node_modules/jshint-stylish/stylish.js",
    "test": "tape test.js | tap-spec"
  },
  "keywords": [
    "css",
    "comments",
    "postcss",
    "postcss-plugins"
  ],
  "license": "MIT",
  "devDependencies": {
    "jshint": "^2.6.3",
    "jshint-stylish": "^1.0.1",
    "tap-spec": "^2.2.2",
    "tape": "^3.5.0"
  },
  "homepage": "https://github.com/ben-eb/postcss-discard-comments",
  "author": {
    "name": "Ben Briggs",
    "email": "beneb.info@gmail.com",
    "url": "http://beneb.info"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ben-eb/postcss-discard-comments.git"
  },
  "dependencies": {
    "node-balanced": "0.0.14",
    "postcss": "^4.1.11"
  }
}
