{
  "name": "postcss-normalize-url",
  "version": "2.1.1",
  "description": "Normalize URLs with PostCSS",
  "main": "index.js",
  "scripts": {
    "lint": "jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js",
    "test": "tape test.js | tap-spec"
  },
  "keywords": [
    "css",
    "normalize",
    "optimise",
    "optimisation",
    "postcss",
    "postcss-plugins",
    "url"
  ],
  "license": "MIT",
  "dependencies": {
    "css-list": "^0.1.2",
    "is-absolute-url": "^2.0.0",
    "normalize-url": "^1.3.0",
    "object-assign": "^3.0.0",
    "postcss": "^4.1.16"
  },
  "devDependencies": {
    "jshint": "^2.8.0",
    "jshint-stylish": "^2.0.1",
    "tap-spec": "^4.0.2",
    "tape": "^4.1.0"
  },
  "homepage": "https://github.com/ben-eb/postcss-normalize-url",
  "author": {
    "name": "Ben Briggs",
    "email": "beneb.info@gmail.com",
    "url": "http://beneb.info"
  },
  "repository": "ben-eb/postcss-normalize-url"
}
