forked from openstf/stf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
47 lines (47 loc) · 1.48 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": "stf",
"version": "0.1.0",
"dependencies": {
"angular": "1.4.1",
"angular-cookies": "1.4.1",
"angular-route": "1.4.1",
"angular-sanitize": "1.4.1",
"angular-animate": "1.4.1",
"angular-touch": "1.4.1",
"lodash": "~3.10.0",
"oboe": "~2.1.2",
"ng-table": "git://github.com/esvit/ng-table.git#bd9ec42172389257fcd312330013302b2696ac2a",
"angular-gettext": "git://github.com/rubenv/angular-gettext.git#6bf6a66d8b4fd6c5e0fddcee050991391977cf87",
"angular-ui-ace": "~0.2.3",
"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",
"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",
"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",
"components-font-awesome": "~4.3.0",
"epoch": "~0.6.0",
"ng-epoch": "~1.0.7",
"eventEmitter": "~4.2.11",
"angular-ladda": "~0.2.2",
"d3": "~3.5.5",
"spin.js": "~2.3.1"
},
"private": true,
"devDependencies": {
"angular-mocks": "1.4.1"
},
"resolutions": {
"angular": "1.4.1",
"d3": "~3.5.5",
"spin.js": "~2.3.1"
}
}