hypery2k/angular-invocation-handler

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "angular-invocation-handler",
  "version": "1.5.0",
  "description": "Enables general error handling and logging which allows to log errors, e.g for automatically sending back to the backend or for showing to the user",
  "homepage": "https://github.com/hypery2k/angular-invocation-handler",
  "authors": [
    "Martin Reinhardt <contact@martinreinhardt-online.de>"
  ],
  "license": "MIT",
  "main": "./dist/angular-invocation-handler.js",
  "keywords": [
    "angular-invocation-handler",
    "angular-errorhandler",
    "angular",
    "AngularJS",
    "errorhandler",
    "exceptionhandler",
    "error"
  ],
  "dependencies": {
    "es5-shim": "4.1.7",
    "angular": "^1.5.7"
  },
  "devDependencies": {
    "angular-mocks": "^1.5.7"
  },
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}