-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
24 lines (24 loc) · 802 Bytes
/
bower.json
File metadata and controls
24 lines (24 loc) · 802 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
{
"name" : "ngFirewall",
"description" : "Angular service to avoid routes from being loaded and ajax calls from being made without the required permissions.",
"homepage" : "https://github.com/coma/ngFirewall",
"version" : "0.0.5",
"license" : "MIT",
"private" : false,
"main" : "dist/ngFirewall.min.js",
"authors" : [
"Eduardo García Sanz <eduardo@comakai.com>"
],
"keywords" : [
"angular", "firewall", "login", "auth"
],
"ignore" : [
"**/.*", "node_modules", "bower_components", "test", "tests"
],
"dependencies": {},
"devDependencies": {
"angular" : "^1.3",
"angular-route" : "^1.3",
"angular-mocks" : "^1.3"
}
}