-
Notifications
You must be signed in to change notification settings - Fork 10
/
bower.json
45 lines (45 loc) · 1.04 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
{
"name": "ah-dashboard-plugin",
"version": "0.7.0",
"homepage": "https://github.com/S3bb1/ah-dashboard-plugin",
"authors": [
"Sebastian Dechant <[email protected]>"
],
"description": "Provides a powerful Dashboard for ActionHero",
"moduleType": [
"amd",
"node"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.13",
"angular-bootstrap": "~0.11.0",
"angular-markdown-directive": "~0.3.0",
"angular-mocks": "~1.2.21",
"angular-ui-sortable": "~0.12.8",
"angularjs-dropdown-multiselect": "~1.4.0",
"raphael": "~2.1.2",
"requirejs": "~2.1.14",
"morrisjs": "~0.5.1",
"jquery-knob": "~1.2.9",
"lodash": "~2.4.1",
"admin-lte": "~2.3.0",
"jquery-ui": "~1.11.1",
"jQuery-contextMenu": "~1.6.6",
"fontawesome": "~4.2.0",
"fancytree": "~2.4.1",
"ngDialog": "~0.3.0"
},
"resolutions": {
"angular": "~1",
"admin-lte": "~2.3.0"
}
}