{
  "name": "ftcolumnflow",
  "version": "1.0.0",
  "author": "FT Labs <enquiries@labs.ft.com> (http://labs.ft.com/)",
  "description": "FTColumnflow is a polyfill that fixes the inadequacies of CSS column layouts.",
  "contributors": [
    "George Crawford"
  ],
  "main": "src/FTColumnflow.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:ftlabs/ftcolumnflow.git"
  },
  "scripts": {
    "test": "./node_modules/.bin/grunt test"
  },
  "keywords": [
    "css column",
    "css regions",
    "css",
    "polyfill"
  ],
  "devDependencies": {
    "buster": "~0.7",
    "grunt": "~0.4",
    "grunt-cli": "~0.1",
    "grunt-buster": "~0.3",
    "phantomjs": "~1.9"
  },
  "license": "MIT",
  "homepage": "https://github.com/ftlabs/ftcolumnflow"
}
