{
  "name": "simple-masonry-layout",
  "version": "1.4.0",
  "description": "Calculating masonry layouts based on rectangles, without being tied to the DOM.",
  "main": "index.js",
  "directories": {
    "test": "test",
    "lib": "lib",
    "examples": "examples"
  },
  "scripts": {
    "test": "ava"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jchn/simple-masonry-layout.git"
  },
  "keywords": [
    "masonry",
    "layout",
    "grid"
  ],
  "author": {
    "name": "John van de Water",
    "email": "john.vd.water85@gmail.com",
    "url": "http://github.com/jchn"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jchn/simple-masonry-layout/issues"
  },
  "homepage": "https://github.com/jchn/simple-masonry-layout#readme",
  "ava": {
    "files": [
      "test/*.js"
    ],
    "failFast": true,
    "tap": true,
    "require": [
      "babel-register"
    ]
  },
  "devDependencies": {
    "ava": "^0.14.0"
  }
}
