-
Notifications
You must be signed in to change notification settings - Fork 751
/
bower.json
82 lines (82 loc) · 1.91 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
{
"name": "taiga-layout",
"version": "0.1.0",
"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.1",
"emoticons": "~0.1.7",
"jquery-flot": "~0.8.2",
"angular": "1.2.21",
"angular-route": "1.2.21",
"angular-animate": "1.2.21",
"angular-sanitize": "1.2.21",
"angular-mocks": "1.2.21",
"kalendae": "~0.4.1",
"checksley": "~0.6.0",
"i18next": "~1.7.1",
"jquery": "~2.1.1",
"select2": "~3.4.5",
"angular-ui-select2": "~0.0.5",
"google-diff-match-patch-js": "~1.0.0",
"underscore.string": "~2.3.3",
"markitup": "~1.1.14",
"jquery-textcomplete": "yuku-t/jquery-textcomplete#~0.1.1",
"flot-orderBars": "emmerich/flot-orderBars",
"moment": "~2.6.0",
"isMobile": "~0.3.1",
"favico.js": "0.3.4",
"Sortable": "~0.1.8",
"pikaday": "~1.2.0"
},
"resolutions": {
"lodash": "~2.4.1",
"moment": "~2.6.0",
"jquery": "~2.1.1",
"angular": "1.2.21"
},
"private": true
}