{
  "name": "postcss-discard-comments",
  "version": "2.0.2",
  "description": "Discard comments in your CSS files with PostCSS.",
  "main": "index.js",
  "files": [
    "lib",
    "index.js",
    "LICENSE-MIT"
  ],
  "scripts": {
    "test": "tape test.js | tap-spec"
  },
  "keywords": [
    "css",
    "comments",
    "postcss",
    "postcss-plugin"
  ],
  "license": "MIT",
  "devDependencies": {
    "postcss-scss": "^0.1.2",
    "postcss-simple-vars": "^1.0.1",
    "tap-spec": "^4.1.0",
    "tape": "^4.2.1"
  },
  "homepage": "https://github.com/ben-eb/postcss-discard-comments",
  "author": {
    "name": "Ben Briggs",
    "email": "beneb.info@gmail.com",
    "url": "http://beneb.info"
  },
  "repository": "ben-eb/postcss-discard-comments",
  "dependencies": {
    "postcss": "^5.0.8"
  }
}
