{
  "name": "gatsby-remark-grid-tables",
  "version": "0.1.0",
  "description": "Adds Grid Tables to Gatsby Remark Plugin list",
  "main": "index.js",
  "dependencies": {
    "@babel/runtime": "^7.9.2",
    "remark-grid-tables": "^2.1.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.0",
    "cross-env": "^7.0.2"
  },
  "scripts": {
    "build": "babel src --out-dir . --ignore __tests__",
    "prepublish": "cross-env NODE_ENV=production npm run build",
    "watch": "babel -w src --out-dir . --ignore __tests__"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hennessyevan/gatsby-remark-grid-tables.git"
  },
  "keywords": [
    "grid-tables",
    "colspan",
    "gatsby",
    "gatsby-plugin",
    "remark",
    "markdown"
  ],
  "author": "Evan Hennessy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hennessyevan/gatsby-remark-grid-tables/issues"
  },
  "homepage": "https://github.com/hennessyevan/gatsby-remark-grid-tables#readme"
}
