{
  "name": "@weknow/gatsby-remark-twitter",
  "version": "0.2.3",
  "description": "Embed Tweet cards in Gatsby markdown",
  "main": "index.js",
  "author": "Jairo Rondon <jrondon@anexusit.com>",
  "license": "MIT",
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "remark",
    "markdown",
    "twitter"
  ],
  "dependencies": {
    "babel-runtime": "^6.26.0",
    "unist-util-visit": "^1.1.3",
    "node-fetch": "^2.3.0"
  },
  "devDependencies": {
    "cross-env": "^5.0.5",
    "tap": "^13.0.0-rc.13"
  },
  "homepage": "https://github.com/weknowinc/gatsby-remark-twitter#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/weknowinc/gatsby-remark-twitter.git"
  },
  "scripts": {
    "test": "tap test/*.js --100",
    "snap": "TAP_SNAPSHOT=1 tap test/*.js"
  },
  "files": [
    "index.js",
    "gatsby-browser.js"
  ]
}
