-
Notifications
You must be signed in to change notification settings - Fork 64
/
bower.json
48 lines (48 loc) · 1.31 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
{
"name": "timtec",
"version": "1.0.0",
"homepage": "https://github.com/hacklabr/timtec",
"authors": [
"Leonardo Santagada <[email protected]>",
"Bruno Martin <[email protected]>"
],
"license": "AGPL",
"private": true,
"dependencies": {
"angular": "~1.5.6",
"angular-animate": "~1.5.6",
"angular-cookies": "~1.5.6",
"angular-resource": "~1.5.6",
"angular-route": "~1.5.6",
"angular-sanitize": "~1.5.6",
"angular-i18n": "~1.3.2",
"angular-bootstrap": "~2.0.1",
"angular-gettext": "~2.3.4",
"angular-sortable-view": "~0.0.12",
"bootstrap": "~3.3.6",
"bootstrap-sass": "~3.3.6",
"codemirror": "~5.16.0",
"jquery": "<2.0.0",
"jquery-ui": "~1.10.3",
"dropzone": "~3.7.4",
"modernizr": "~2.8.3",
"font-awesome": "fontawesome#~4.7.0",
"checklist-model": "~0.1.3",
"angular-tweet-filter": "*",
"angular-ui-tinymce": "^0.0.17",
"tinymce-dist": "4.5.1",
"ng-file-upload": "^12.0.4",
"angular-ui-select": "^0.19.4",
"angular-loading-bar": "^0.9.0",
"angular-scroll": "^1.0.0",
"angular-click-outside": "^2.10.1",
"bluebird": "^3.4.7",
"html2canvas": "0.4.1",
"jspdf": "1.3.2",
"angular-filter": "^0.5.14"
},
"resolutions": {
"angular-bootstrap": "^1.2.0",
"tinymce-dist": "4.5.1"
}
}