{
  "name": "showdown-ghost-footnotes",
  "description": "Add footnotes support to showdown",
  "homepage": "https://github.com/tivie/showdown-footnotes",
  "license": "MIT",
  "authors": [
    "Estevão Soares dos Santos (https://github.com/tivie)"
  ],
  "keywords": [
    "markdown",
    "showdown",
    "showdown",
    "extension",
    "footnotes"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/tivie/showdown-ghost-footnotes.git",
    "web": "https://github.com/tivie/showdown-ghost-footnotes"
  },
  "main": [
    "dist/showdown-ghost-footnotes.js"
  ],
  "ignore": [
    "test/",
    ".editorconfig",
    ".gitignore",
    ".jscs.json",
    ".jshintrc",
    ".travis.yml",
    "Gruntfile.js",
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}
