{
  "name": "postcss-load-config",
  "version": "1.0.0-beta",
  "description": "Autoload Config for PostCSS",
  "engines": { "node": ">=4", "npm": ">=3" },
  "main": "index.js",
  "scripts": {
    "lint": "standard",
    "test": "nyc ava test/pkg/index.js test/rc/index.js test/js/index.js",
    "logs": "standard-changelog > CHANGELOG.md",
    "docs": "jsdoc2md index.js > INDEX.md",
    "clean": "rm -rf .nyc_output coverage jsdoc-api dmd",
    "start": "sudo npm run clean && npm run lint && sudo npm test"
  },
  "dependencies": {
    "cosmiconfig": "^2.0.2",
    "postcss-load-options": "^1.0.1",
    "postcss-load-plugins": "^2.0.0-beta"
  },
  "devDependencies": {
    "ava": "^0.16.0",
    "coveralls": "^2.11.14",
    "cssnano": "^3.7.7",
    "jsdoc-to-markdown": "^2.0.0",
    "nyc": "^8.3.1",
    "postcss": "^5.2.4",
    "postcss-import": "^8.1.2",
    "postcss-nested": "^1.0.0",
    "postcss-scss": "^0.3.1",
    "standard": "^8.4.0",
    "sugarss": "^0.2.0"
  },
  "ava": {
    "verbose": "true"
  },
  "nyc": {
    "all": true,
    "include": ["index.js"],
    "extension": [".js"]
  },
  "keywords": [
    "postcss",
    "postcss-config"
  ],
  "author": {
    "name": "Michael Ciniawky",
    "email": "michael.ciniawsky@gmail.com"
  },
  "contributors": [
    {
      "name": "Mateusz Derks",
      "url": "http://ertrzyiks.me"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/michael-ciniawsky/postcss-load-config.git"
  },
  "bugs": {
    "url": "https://github.com/michael-ciniawsky/postcss-load-config/issues"
  },
  "homepage": "https://github.com/michael-ciniawsky/postcss-load-config#readme",
  "license": "MIT"
}
