{
  "name": "angular-flex",
  "description": "angular flex implements flexbox directives",
  "main": "./flex.module.js",
  "authors": [
    "Bruno Silva (MOGO)"
  ],
  "license": "MIT",
  "keywords": [
    "angular",
    "flex",
    "flexbox",
    "layout",
    "align"
  ],
  "moduleType": [],
  "homepage": "",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "angular": "^1.5.3"
  }
}
