forked from institutotim/timtec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 1.08 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
{
"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.3.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",
"components-font-awesome": "~4.7",
"checklist-model": "~0.1.3",
"angular-tweet-filter": "*",
"bootstrap-ui-datetime-picker": "^2.4.3",
"angular-ui-tinymce": "^0.0.16",
"tinymce-dist": "4.3.12",
"angular-dropzone": "^0.1.2"
},
"resolutions": {
"angular-bootstrap": "~2.0.1"
}
}