forked from kaleidos-ventures/taiga-front-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
58 lines (58 loc) · 1.63 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
{
"name": "taiga-front",
"version": "0.1.0",
"homepage": "https://github.com/taiga.io/taiga-front",
"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]" }
],
"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/components",
"test",
"tests"
],
"dependencies": {
"lodash": "~2.4.1",
"emoticons": "~0.1.7",
"jquery-flot": "~0.8.2",
"angular": "1.2.13",
"angular-route": "1.2.12",
"angular-animate": "1.2.12",
"angular-sanitize": "1.2.12",
"angular-mocks": "1.2.12",
"kalendae": "~0.4.1",
"checksley": "~0.5.0",
"i18next": "~1.7.1",
"jquery": "~2.1.0",
"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.5.1",
"isMobile": "~0.3.1",
"favico.js": "0.3.4",
"Sortable": "~0.1.8"
},
"resolutions": {
"angular": "1.2.12",
"lodash": "~2.4.1",
"moment": "~2.5.1",
"jquery": "~2.1.0"
},
"private": true
}