{
  "name": "postcss-load-config",
  "version": "1.0.0-alpha3",
  "description": "Autoload Config for PostCSS",
  "engines": {"node": ">=4"},
  "main": "index.js",
  "scripts": {
    "clean": "echo '=> Cleaning' && rm -rf .nyc_output coverage",
    "pretest": "echo '=> Linting' && npm run clean && standard",
    "test": "echo '=> Testing' && nyc ava 'test/index.js'",
    "start": "echo '=> Starting' && sudo npm test"
  },
  "dependencies": {
    "cosmiconfig": "^1.1.0",
    "postcss-load-options": "^1.0.0-alpha3",
    "postcss-load-plugins": "^2.0.0-alpha3"
  },
  "devDependencies": {
    "ava": "^0.15.2",
    "coveralls": "^2.11.9",
    "nyc": "^6.6.1",
    "postcss": "^5.0.21",
    "postcss-bem": "^0.4.1",
    "postcss-import": "^8.1.2",
    "postcss-nested": "^1.0.0",
    "standard": "^7.1.2",
    "sugarss": "^0.1.3"
  },
  "ava": {
    "verbose": "true"
  },
  "nyc": {
    "all": true,
    "include": ["test"],
    "extension": [".js"]
  },
  "keywords": [
    "postcss",
    "postcssconfig"
  ],
  "author": {
    "name": "Michael Ciniawky",
    "email": "michael.ciniawsky@gmail.com"
  },
  "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"
}
