{
  "name": "postcss-load-config",
  "version": "1.0.0-alpha",
  "description": "Autoload Config for PostCSS",
  "engines": {
    "node": ">=4"
  },
  "main": "index.js",
  "scripts": {
    "clean": "echo '=> Cleaning' && rm -rf .nyc_output coverage test/node_modules",
    "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"
  },
  "devDependencies": {
    "ava": "^0.15.1",
    "babel-core": "^6.9.1",
    "babel-preset-es2015": "^6.9.0",
    "babel-register": "^6.9.0",
    "coveralls": "^2.11.9",
    "nyc": "^6.4.4",
    "postcss": "^5.0.21",
    "postcss-bem": "^0.4.1",
    "postcss-import": "^8.1.2",
    "postcss-less": "^0.12.0",
    "postcss-nested": "^1.0.0",
    "postcss-scss": "^0.1.8",
    "standard": "^7.1.1",
    "sugarss": "^0.1.3"
  },
  "ava": {
    "babel": "inherit"
  },
  "nyc": {
    "all": true,
    "require": "babel-register",
    "include": [
      "lib",
      "test"
    ],
    "extension": [
      ".js"
    ]
  },
  "standard": {
    "ignore": []
  },
  "babel": {
    "env": {
      "development": {
        "sourceMaps": "inline"
      }
    },
    "presets": [
      "es2015"
    ]
  },
  "keywords": [
    "PostCSS",
    "Autoload",
    "Config"
  ],
  "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"
}
