{
  "name": "@csstools/postcss-image-set-function",
  "version": "1.0.0",
  "description": "Deliver the most appropriate image resolution for a device using the image-set() function in CSS",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "image-set",
    "background",
    "image"
  ],
  "author": "SuperOl3g <oleglykasov@gmail.com>",
  "license": "MIT",
  "engines": {
    "node": ">=4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jonathantneal/postcss-image-set-polyfill.git"
  },
  "dependencies": {
    "postcss": "^6.0.20",
    "postcss-value-parser": "^3.3.0"
  },
  "devDependencies": {
    "benchmark": "^2.1.4",
    "chai": "^4.1.2",
    "eslint": "^4.19.0",
    "husky": "^0.14.3",
    "mocha": "^5.0.4"
  },
  "scripts": {
    "test": "mocha",
    "lint": "eslint *.js **/*.js || true",
    "benchmark": "node benchmark.js",
    "precommit": "npm run lint",
    "prepush": "npm test"
  }
}
