-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 701 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "angularjs-global-errors",
"version": "0.2.1",
"homepage": "https://github.com/marsbergen/angularjs-global-errors",
"authors": [
"Patrick van Marsbergen <patrick@mimbee.nl>"
],
"description": "A global listener that listens to all HTTP calls and push an alert to the angularjs-notifications Notifications system",
"main": "globalErrors.js",
"keywords": [
"angularjs",
"rest",
"api",
"service"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2",
"angular-resource": "~1.2",
"jquery": "~1.10.2",
"angularjs-notifications": "marsbergen/angularjs-notifications#0.2.1"
}
}