-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
51 lines (50 loc) · 1.2 KB
/
bower.json
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-notifications",
"version": "0.0.15",
"dependencies": {
"jquery": "~2.2.0",
"angular": "~1.4.3",
"angular-translate": "~2.8.1",
"restangular": "~1.5.1",
"lodash": "~3.10.1",
"angular-se-events": "~0.0.2"
},
"devDependencies": {
"angular-mocks": "~1.4.3",
"angular-scenario": "~1.4.3"
},
"homepage": "https://github.com/setelis/angular-se-notifications",
"authors": [
"Plamen Tanov <ptanov@setelis.com>"
],
"description": "Notifications helps in displaying info and error messages to the users.",
"main": [
"src/seNotificationsModule.js",
"src/seNotificationsService.js",
"src/seNotificationsDirective.js",
"src/seNotificationsLoggerService.js",
"src/seNotificationsTranslations.bg.js",
"src/seNotificationsTranslations.en.js",
"src/seNotificationsTranslations.js",
"src/seNotificationsVersion.js",
"gen/seNotificationsHtml.js",
"css/seNotifications.css"
],
"keywords": [
"angular",
"notifications",
"helper",
"error",
"info"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"demo",
"flow"
]
}