-
Notifications
You must be signed in to change notification settings - Fork 2.8k
/
Copy pathbower.json
60 lines (60 loc) · 2.07 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
{
"name": "stf",
"version": "0.1.0",
"dependencies": {
"angular": "1.4.1-build.4058",
"angular-cookies": "1.4.1-build.4058",
"angular-route": "1.4.1-build.4058",
"angular-sanitize": "1.4.1-build.4058",
"angular-animate": "1.4.1-build.4058",
"angular-touch": "1.4.1-build.4058",
"nine-bootstrap": "https://ghe.ca-tools.org/stf/nine-bootstrap.git#de76f51c3db0da30b2f170d3435380307026875f",
"lodash": "~3.9.3",
"oboe": "~2.1.2",
"ng-table": "git://github.com/esvit/ng-table.git#bd9ec42172389257fcd312330013302b2696ac2a",
"jquery.terminal": "~0.8.8",
"stf-site": "~0.4.1",
"stf-analytics": "~0.2.3",
"angular-gettext": "git://github.com/rubenv/angular-gettext.git#6bf6a66d8b4fd6c5e0fddcee050991391977cf87",
"angular-ui-ace": "~0.2.3",
"ui-bootstrap-alerts": "~0.1.5",
"requirejs": "~2.1.18",
"stf-graphics": "~0.1.1",
"angular-bootstrap": "~0.12.1",
"angular-dialog-service": "~5.2.6",
"ng-file-upload": "~2.0.5",
"angular-growl-v2": "JanStevens/angular-growl-2#~0.7.3",
"angular-loading-bar": "~0.7.1",
"underscore.string": "~3.1.1",
"bootstrap": "~3.3.4",
"font-lato-2-subset": "~0.4.0",
"packery": "~1.4.1",
"draggabilly": "~1.2.4",
"angular-elastic": "~2.4.2",
"quick-ng-repeat": "~0.0.1",
"angular-vs-repeat": "~1.0.0-rc5",
"checklist-model": "~0.2.4",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.4.5",
"angular-borderlayout": "git://github.com/filearts/angular-borderlayout.git#7c9716aebd9260763f798561ca49d6fbfd4a5c67",
"angular-ui-bootstrap": "~0.12.1",
"ng-context-menu": "~1.0.1",
"stats.js": "*",
"components-font-awesome": "~4.3.0",
"epoch": "~0.6.0",
"d3": "~3.5.5",
"ng-epoch": "~1.0.7",
"eventEmitter": "~4.2.11",
"angular-ladda": "~0.2.2"
},
"private": true,
"resolutions": {
"angular": "1.4.1-build.4058",
"angular-sanitize": "1.4.1-build.4058",
"angular-bootstrap": "~0.12.1",
"d3": "~3.5.5",
"outlayer": "1.4.x"
},
"devDependencies": {
"angular-mocks": "1.4.1-build.4058"
}
}