{
  "name": "mre-authentication",
  "authors": [
    "Lucas Campelo <lucas.campelo@itamaraty.gov.br>"
  ],
  "description": "Componente de Autenticação com o Cordilheira",
  "main": "src/buzzInterceptorService.js",
  "moduleType": [],
  "keywords": [
    "mre",
    "auth",
    "authentication",
    "autenticacao",
    "login",
    "cookie"
  ],
  "license": "private",
  "homepage": "",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "app/vendor",
    "test",
    "tests"
  ],
  "dependencies": {
    "angular-cookies": "~1.4.8",
    "angular-ui-router": "~0.2.15",
    "socket.io-client": "~1.4.6"
  }
}
