-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
66 lines (66 loc) · 1.55 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "issue-tracker",
"version": "0.0.0",
"authors": [
"Lev Brie <[email protected]>"
],
"description": "MEAN-stack application for Leviathan Technology",
"moduleType": [
"node"
],
"keywords": [
"angularjs",
"lodash",
"nodejs",
"expressjs",
"mongodb",
"bootstrap"
],
"license": "MIT",
"homepage": "http://leviathante.ch",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/bower_components",
"test",
"tests"
],
"devDependencies": {
"jquery": "~2.1.1",
"lodash": "~2.4.1",
"bootstrap-sass-official": "~3.2.0",
"angular-animate": "~1.3.12",
"angular-cookies": "~1.3.12",
"angular-mocks": "~1.3.12",
"angular-resource": "~1.3.12",
"angular-route": "~1.3.12",
"angular-sanitize": "~1.3.12",
"angular-messages": "~1.3.12",
"angular": "~1.3.12",
"angular-utils-pagination": "~0.3.2",
"angular-aria": "~1.3.2",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.4.5",
"moment": "~2.9.0",
"angular-moment": "~0.9.0",
"angular-ui-router": "~0.2.13",
"ngDialog": "~0.3.10",
"angular-ui-utils": "~0.2.1",
"angular-ui-select": "~0.9.6",
"angular-toastr": "~0.5.2",
"angular-bootstrap": "~0.12.0",
"satellizer": "0.6.0",
"angular-material": "~0.8.1",
"angular-material-icons": "~0.4.0",
"svg-morpheus": "~0.1.8",
"angular-marked": "~0.0.12"
},
"dependencies": {
"json3": "~3.3.2",
"es5-shim": "~4.0.1"
},
"resolutions": {
"angular": "~1.3.12"
}
}