{
  "name": "photo-grid",
  "version": "1.0.0",
  "description": "A fully responsive, lightweight and fast image grid plugin with no dependencies",
  "main": "lib/grid.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel --minified -s true src/ -d lib/",
    "prepublish": "yarn run build"
  },
  "author": {
    "name": "Johan Stenehall",
    "url": "https://stenehall.se"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/stenehall/photo-grid/blob/master/LICENSE.md"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/stenehall/photo-grid.git"
  },
  "bugs": "https://github.com/stenehall/photo-grid/issues",
  "homepage": "https://stenehall.github.io/photo-grid",
  "keywords": [
    "photo",
    "photos",
    "gallery",
    "photogallery",
    "grid",
    "photo-grid",
    "image-grid",
    "fluid",
    "responsive"
  ],
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-flow": "^6.23.0",
    "uglify-es": "^3.0.27"
  }
}
