-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
51 lines (51 loc) · 1.22 KB
/
bower.json
File metadata and controls
51 lines (51 loc) · 1.22 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "angular-se-authentication",
"version": "0.0.13",
"dependencies": {
"angular": "~1.4.3",
"lodash": "~3.10.1",
"restangular": "~1.5.1",
"angular-ui-router": "~0.2.15",
"angular-se-notifications": "~0.0.4",
"angular-se-ajax": "~0.0.4"
},
"devDependencies": {
"angular-mocks": "~1.4.3",
"angular-scenario": "~1.4.3"
},
"homepage": "https://github.com/setelis/angular-se-authentication",
"authors": [
"Plamen Tanov <ptanov@setelis.com>"
],
"description": "Authentication helpers used in some Setelis projects.",
"main": [
"src/seAuthenticationModule.js",
"src/seAuthenticationService.js",
"src/seAuthenticationPopupDirective.js",
"src/loggedMemberFilter.js",
"src/isCurrentlyLoggedFilter.js",
"src/isAdministratorFilter.js",
"src/seAuthenticationTranslations.js",
"src/seAuthenticationTranslations.en.js",
"src/seAuthenticationTranslations.bg.js"
],
"keywords": [
"angular",
"authentication",
"helper"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"demo",
"flow"
],
"resolutions": {
"jquery": "~2.2.0",
"angular-translate": "~2.8.1"
}
}