{
  "name": "gatsby-remark-widows",
  "description": "Removes widows from text over 4 words",
  "author": "Daniel Mahon <daniel@mahonstudios.com>",
  "bugs": {
    "url": "https://github.com/danielmahon/widows/issues"
  },
  "dependencies": {
    "unist-util-visit": "^1.1.1"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.0.0-beta.44",
    "@babel/cli": "^7.0.0-beta.44",
    "@babel/core": "^7.0.0-beta.44",
    "cross-env": "^5.0.5"
  },
  "homepage": "https://github.com/danielmahon/gatsby-remark-widows#readme",
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "widows",
    "gatsby-transformer-remark"
  ],
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "build": "babel src --out-dir .",
    "prepack": "cross-env NODE_ENV=production npm run build",
    "watch": "babel -w src --out-dir ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danielmahon/gatsby-remark-widows.git"
  },
  "version": "1.0.0"
}
