{
  "name": "mre-grid-2",
  "authors": [
    "Lucas Campelo <lucas.campelo@itamaraty.gov.br>"
  ],
  "description": "Componente para criação de grid dinamicas",
  "main": "src/grid.js",
  "moduleType": [
    "globals"
  ],
  "keywords": [
    "grid",
    "grid2",
    "grid-2",
    "grid 2",
    "tabela",
    "paginação"
  ],
  "license": "MIT",
  "homepage": "https://bitbucket.itamaraty.gov.br:8443/projects/NARCISO/repos/mre-grid/browse",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests",
    "docs"
  ],
  "dependencies":{
      "angular": "~1.4.8",
      "materialize": "*",
      "angular-sanitize": "*",
      "angular-ng-sortablejs": "*",
      "angular-ui-router": "~0.2.15"
  }
}
