{
  "name": "posthtml-load-options",
  "version": "1.0.0",
  "description": "Autoload Options for PostHTML",
  "engines": { "node": ">=4", "npm": ">=3" },
  "main": "index.js",
  "scripts": {
    "lint": "standard",
    "test": "nyc ava test/js/index.js test/rc/index.js test/pkg/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.1.0"
  },
  "devDependencies": {
    "ava": "^0.16.0",
    "coveralls": "^2.11.15",
    "jsdoc-to-markdown": "^2.0.0",
    "nyc": "^8.4.0",
    "posthtml": "^0.9.1",
    "posthtml-pug": "^1.0.2",
    "posthtml-sugarml": "^1.0.0-alpha3",
    "standard": "^8.4.0",
    "standard-changelog": "0.0.1"
  },
  "ava": {
    "verbose": true
  },
  "nyc": {
    "all": true,
    "include": ["index.js", "lib/"],
    "extension": [".js"]
  },
  "keywords": [
    "posthtml",
    "posthtml-options"
  ],
  "author": {
    "name": "Michael Ciniawky",
    "email": "michael.ciniawsky@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/posthtml/posthtml-load-options.git"
  },
  "bugs": {
    "url": "https://github.com/posthtml/posthtml-load-options/issues"
  },
  "homepage": "https://github.com/posthtml/posthtml-load-options#readme",
  "license": "MIT"
}
