angular-error-shipper
Version:
An error interceptor and shipper for AngularJS
44 lines (43 loc) • 1.03 kB
JSON
{
"name": "angular-error-shipper",
"version": "0.1.3",
"description": "An error interceptor and shipper for AngularJS",
"main": "./dist/angular-error-shipper.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/Joe8Bit/angular-error-shipper"
},
"keywords": [
"angular",
"AngularJS",
"shipper",
"error"
],
"author": {
"name": "Joe Pettersson"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Joe8Bit/angular-error-shipper/issues"
},
"homepage": "https://github.com/Joe8Bit/angular-error-shipper",
"devDependencies": {
"bower": "~1.3.2",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.x",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-uglify": "~0.2.x",
"grunt-karma": "~0.6.x",
"grunt-ngmin": "0.0.2",
"karma": "~0.10.9",
"load-grunt-tasks": "~0.2.0",
"npm-release": "0.0.4-3"
}
}