-
Notifications
You must be signed in to change notification settings - Fork 17
/
bower.json
47 lines (45 loc) · 1.01 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
{
"name": "angular-notification-icons",
"description": "angular directive to add notification popups to any element",
"authors": [{ "name": "jemonjam", "homepage": "http://jemonjam.com"}],
"keywords": ["angular", "angular-plugin", "directive", "notification"],
"license": "MIT",
"main": [
"dist/angular-notification-icons.js",
"dist/angular-notification-icons.css"
],
"ignore": [
"**/.*",
"node_modules/",
"bower_components/",
"gulp/",
"app/",
"src/*.js",
"src/test/",
"src/template/",
"karma.conf.js",
"gulpfile.js",
"package.json"
],
"dependencies": {
"angular": ">1.3.0"
},
"devDependencies": {
"angular-mocks": "1.4.7",
"angular-route": "1.4.7",
"angular-animate": "1.4.7",
"jquery": "2.1.3",
"bootstrap": "4.0.0",
"angular-bootstrap": "0.12.1",
"fontawesome": "~4.3.0",
"angular-highlightjs": "0.4.1"
},
"resolutions": {
"angular": "~1.4.7"
},
"moduleType": [
"amd",
"globals",
"node"
]
}