{
  "name": "midas",
  "version": "2.0.3",
  "description": "Syntax highlighter based on PostCSS.",
  "main": "dist/index.js",
  "files": [
    "LICENSE-MIT",
    "dist"
  ],
  "scripts": {
    "docs": "documentation build src -f html -o docs --name midas",
    "pretest": "eslint src && flow check",
    "prepublish": "del-cli dist && cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/ && node theme.js",
    "report": "nyc report --reporter=html",
    "test": "cross-env BABEL_ENV=test nyc ava",
    "test-012": "cross-env BABEL_ENV=test nyc ava"
  },
  "keywords": [
    "css",
    "highlight",
    "postcss"
  ],
  "license": "MIT",
  "devDependencies": {
    "ava": "^0.17.0",
    "babel": "^6.5.2",
    "babel-cli": "^6.5.1",
    "babel-core": "^6.5.1",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-istanbul": "^2.0.0",
    "babel-plugin-transform-flow-strip-types": "^6.8.0",
    "babel-preset-es2015-loose": "^7.0.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.9.0",
    "cross-env": "^2.0.0",
    "del-cli": "^0.2.0",
    "documentation": "git+https://git@github.com/documentationjs/documentation.git",
    "eslint": "^3.0.0",
    "eslint-config-cssnano": "^3.0.0",
    "eslint-plugin-babel": "^3.3.0",
    "eslint-plugin-flow-vars": "^0.5.0",
    "eslint-plugin-flowtype": "^2.3.0",
    "eslint-plugin-import": "^2.0.1",
    "flow-bin": "^0.37.0",
    "js-yaml": "^3.4.1",
    "nyc": "^10.0.0",
    "postcss-map": "^0.8.0"
  },
  "homepage": "https://github.com/ben-eb/midas",
  "author": {
    "name": "Ben Briggs",
    "email": "beneb.info@gmail.com",
    "url": "http://beneb.info"
  },
  "repository": "ben-eb/midas",
  "dependencies": {
    "hast-util-to-html": "^3.0.0",
    "hastscript": "^3.0.0",
    "html-tags": "^1.1.1",
    "postcss": "^5.0.4",
    "postcss-selector-parser": "^2.0.0",
    "postcss-value-parser": "^3.3.0",
    "vendors": "^1.0.0"
  },
  "ava": {
    "babel": "inherit",
    "require": "babel-register"
  },
  "eslintConfig": {
    "extends": "cssnano/flow"
  },
  "nyc": {
    "sourceMap": false,
    "instrument": false
  }
}
