{
  "name": "fluidbox",
  "filename": "jquery.fluidbox.min.js",
  "version": "1.4.4",
  "description": "Replicating Medium's beautiful, minimalist lightbox module",
  "homepage": "https://github.com/terrymun/Fluidbox",
  "main": "jquery.fluidbox.js",
  "authors": [
    {
      "name": "Terry Mun",
      "email": "hello@terrymun.com",
      "homagepage": "http://terrymun.com"
    }
  ],
  "maintainers": [
    "Terry Mun <hello@terrymun.com>"
  ],
  "repositories": {
    "type": "git",
    "url": "https://github.com/terrymun/Fluidbox/"
  },
  "keywords": [
    "fluidbox",
    "lightbox"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "package.json"
  ],
  "dependencies": {
    "jquery": ">=1.9"
  },
  "npmName": "fluidbox",
  "npmFileMap": [
    {
      "basePath": "/dist/",
      "files": [
        "./jquery.fluidbox.js",
        "./jquery.fluidbox.min.js",
        "./css/fluidbox.css"
      ]
    }
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 0"
  },
  "author": "Terry Mun <hello@terrymun.com> (http://terrymun.com)"
}
