forked from pombredanne/taiga-layout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
95 lines (95 loc) · 2.4 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "taiga-layout",
"version": "1.9.1",
"homepage": "https://github.com/taiga.io/taiga-layout",
"authors": [
{
"name": "Andrey Antukh",
"email": "[email protected]"
},
{
"name": "Jesus Espino Garcia",
"email": "[email protected]"
},
{
"name": "David Barragán Merino",
"email": "[email protected]"
},
{
"name": "Xavi Julian",
"email": "[email protected]"
},
{
"name": "Alejandro Alonso",
"email": "[email protected]"
},
{
"name": "Anler Hernández",
"email": "[email protected]"
},
{
"name": "Juan Francisco Alcántara",
"email": "[email protected]"
}
],
"description": "Taiga project management system (frontend)",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "[email protected]:taigaio/taiga-front.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/vendor",
"test",
"tests"
],
"dependencies": {
"lodash": "~2.4.2",
"emoticons": "~0.1.7",
"jquery-flot": "~0.8.2",
"angular": "1.4.7",
"angular-route": "1.4.7",
"angular-animate": "1.4.7",
"angular-aria": "1.4.7",
"angular-sanitize": "1.4.7",
"angular-mocks": "1.4.7",
"checksley": "~0.6.0",
"jquery": "~2.1.1",
"select2": "~3.4.8",
"angular-ui-select2": "~0.0.5",
"google-diff-match-patch-js": "~1.0.0",
"underscore.string": "~2.3.3",
"markitup-1x": "~1.1.14",
"jquery-textcomplete": "yuku-t/jquery-textcomplete#~0.7",
"flot-axislabels": "markrcote/flot-axislabels",
"flot-orderBars": "emmerich/flot-orderBars",
"flot.tooltip": "~0.8.4",
"Sortable": "~0.1.8",
"moment": "~2.10.6",
"isMobile": "~0.3.1",
"favico.js": "0.3.9",
"pikaday": "~1.4.0",
"malihu-custom-scrollbar-plugin": "~3.1.0",
"raven-js": "~1.1.16",
"l.js": "~0.1.0",
"angular-translate": "~2.8.1",
"angular-translate-loader-partial": "~2.8.1",
"angular-translate-loader-static-files": "~2.8.1",
"angular-translate-interpolation-messageformat": "~2.8.1",
"ngInfiniteScroll": "1.2.1",
"eventemitter2": "~0.4.14",
"immutable": "~3.7.6",
"bluebird": "~2.10.2",
"intro.js": "~1.1.1"
},
"resolutions": {
"lodash": "~2.4.2",
"moment": "~2.10.6",
"jquery": "~2.1.1",
"angular": "1.4.7"
},
"private": true
}