{
  "name": "async-gist",
  "main": "gist.min.js",
  "version": "1.0.1",
  "homepage": "https://github.com/matthewspencer/gist",
  "authors": [
    "Matthew Spencer <hello@thisismatthew.com>"
  ],
  "description": "Asynchronously load gists.",
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "keywords": [
    "gist",
    "github",
    "jquery",
    "asynchronous"
  ],
  "license": "Apache-2",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "jquery": "~2.1.4"
  }
}
