{
  "name": "oembed-auto-gc",
  "version": "0.1.1",
  "description": "make an oEmbed request with a content url",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:jtwhissel/oembed-auto.git"
  },
  "keywords": [
    "oEmbed",
    "YouTube",
    "Vimeo",
    "Flickr",
    "Share",
    "Embed",
    "iframe",
    "request"
  ],
  "author": "InspiredJW",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jtwhissel/oembed-auto/issues"
  },
  "dependencies": {
    "request": "~2.27.0"
  },
  "devDependencies": {
    "coffee-script": "~1.6.3",
    "chai": "~1.8.1",
    "mocha": "~1.13.0"
  }
}
