{
  "name": "postcss-load-options",
  "version": "1.0.2",
  "description": "Autoload Options for PostCSS",
  "engines": { "node": ">=0.12", "npm": ">=3" },
  "main": "index.js",
  "scripts": {
    "clean": "rm -rf .nyc_output coverage jsdoc-api dmd",
    "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 lib/options.js > INDEX.md",
    "start": "sudo npm run clean && npm run lint && sudo npm test"
  },
  "dependencies": {
    "cosmiconfig": "^2.1.0",
    "object-assign": "^4.1.0"
  },
  "devDependencies": {
    "ava": "^0.16.0",
    "coveralls": "^2.11.14",
    "jsdoc-to-markdown": "^2.0.0",
    "nyc": "^8.3.1",
    "postcss": "^5.2.4",
    "postcss-scss": "^0.3.1",
    "standard": "^8.4.0",
    "standard-changelog": "0.0.1",
    "sugarss": "^0.2.0"
  },
  "ava": {
    "verbose": "true"
  },
  "nyc": {
    "all": true,
    "include": ["lib"],
    "extension": [".js"]
  },
  "keywords": [
    "postcss",
    "postcss-options"
  ],
  "author": {
    "name": "Michael Ciniawky",
    "email": "michael.ciniawsky@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/michael-ciniawsky/postcss-load-options.git"
  },
  "bugs": {
    "url": "https://github.com/michael-ciniawsky/postcss-load-options/issues"
  },
  "homepage": "https://github.com/michael-ciniawsky/postcss-load-options#readme",
  "license": "MIT"
}
