{
  "name": "showdown-youtube",
  "version": "1.2.1",
  "description": "Embed YouTube videos within showdown",
  "keywords": [
    "markdown",
    "showdown",
    "showdown extension",
    "youtube"
  ],
  "author": "Estevão Soares dos Santos (https://github.com/tivie)",
  "license": "BSD-2-Clause",
  "repository": {
    "type": "git",
    "url": "https://github.com/showdownjs/youtbe-extension.git",
    "web": "https://github.com/showdownjs/youtbe-extension"
  },
  "bugs": {
    "url": "https://github.com/showdownjs/youtube-extension/issues"
  },
  "main": "./dist/showdown-youtube.js",
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "showdown": "1.5.0",
    "chai": "^1.10.0",
    "grunt": "^1.0.1",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-contrib-uglify": "^2.0.0",
    "grunt-conventional-changelog": "^4.0.0",
    "grunt-endline": "^0.6.1",
    "grunt-jscs": "^2.1.0",
    "grunt-simple-mocha": "^0.4.1",
    "grunt-stripcomments": "^0.6.0",
    "load-grunt-tasks": "^3.5.2"
  }
}
