forked from openstf/stf
-
Notifications
You must be signed in to change notification settings - Fork 497
/
bower.json
41 lines (41 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
{
"name": "stf",
"version": "0.1.0",
"dependencies": {
"angular": "~1.8.3",
"angular-animate": "~1.8.3",
"angular-borderlayout": "git://github.com/filearts/angular-borderlayout.git#7c9716aebd9260763f798561ca49d6fbfd4a5c67",
"angular-cookies": "~1.8.3",
"angular-dialog-service": "~5.2.11",
"angular-elastic": "~2.5.1",
"angular-gettext": "~2.4.2",
"angular-growl-v2": "~0.7.9",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.7.0",
"angular-ladda": "~0.3.4",
"angular-route": "~1.8.3",
"angular-sanitize": "~1.8.3",
"angular-touch": "~1.8.3",
"angular-ui-ace": "~0.2.3",
"angular-ui-bootstrap": "~1.1.2",
"angular-xeditable": "~0.10.2",
"bootstrap": "~3.4.1",
"components-font-awesome": "~4.7.0",
"d3": "~3.5.17",
"draggabilly": "~2.0.1",
"epoch": "~0.8.4",
"eventEmitter": "~4.2.11",
"font-lato-2-subset": "~0.4.0",
"lodash": "~4.17.21",
"ng-context-menu": "~1.1.0",
"ng-epoch": "~2.0.1",
"ng-table": "~1.0.0",
"ng-file-upload": "~2.0.5",
"oboe": "~2.1.5",
"packery": "~2.1.2",
"underscore.string": "~3.3.6"
},
"private": true,
"devDependencies": {
"angular-mocks": "~1.8.3"
}
}