{
  "name": "vue-stack-grid",
  "version": "1.2.2",
  "description": "Vue components for stack grid/waterfall/Pinterest type layouts. Lightweight, reactive and responsive.",
  "main": "index.js",
  "scripts": {
    "build": "npm install && webpack",
    "watch": "webpack --watch",
    "examples": "node bin/examples"
  },
  "author": {
    "name": "Wouter Florijn",
    "email": "woutermflorijn@gmail.com"
  },
  "license": "ISC",
  "homepage": "https://github.com/WouterFlorijn/vue-stack-grid",
  "repository": "WouterFlorijn/vue-stack-grid",
  "keywords": [
    "vue",
    "grid",
    "pinterest",
    "stack",
    "waterfall"
  ],
  "dependencies": {
    "vue-images-loaded": "^1.1.2"
  },
  "devDependencies": {
    "inquirer": "^7.1.0",
    "poi": "^12.8.0",
    "vue": "^2.6.11",
    "vue-template-compiler": "^2.6.11"
  }
}
