-
Notifications
You must be signed in to change notification settings - Fork 65
/
bower.json
57 lines (57 loc) · 1.42 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
{
"name": "Taskboard",
"version": "0.5.0",
"homepage": "https://github.com/tarlepp/Taskboard",
"authors": [
"tarlepp <[email protected]>"
],
"description": "a Sails application to mimic \"scrum-ban\" taskboard.",
"main": "assets/linker/styles/screen.css",
"directory": "assets/linker/bower_components",
"keywords": [
"taskboard",
"scrum",
"kanban"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"font-awesome": "~4.0.3",
"json5": "~0.3.0",
"underscore": "~1.6.0",
"async": "~0.6.2",
"momentjs": "~2.5.1",
"moment-timezone": "0.0.3",
"jquery": "~2.1.1",
"jquery-ui": "~1.10.4",
"qtip2": "~2.2.0",
"trunk8": "~1.3.3",
"noty": "~2.2.2",
"jquery-selectorator": "~0.1.3",
"bootstrap": "~3.1.1",
"bootstrap-datepicker": "~1.3.0",
"bootstrap-select": "~1.5.2",
"bootbox": "~4.2.0",
"bootstrap-wysiwyg": "*",
"bootstrap-hover-dropdown": "~2.0.2",
"knockout.js": "~3.0.0",
"knockout-deferred-updates": "~3.1.0",
"knockout-sortable": "~0.8.6",
"jquery.complexify.js": "*",
"bootstrap-popover-extra-placements": "*",
"numeral": "~1.5.2",
"seiyria-bootstrap-slider": "~3.0.1",
"md5-jkmyers": "~0.0.1",
"highstock-components": "~1.3.10",
"colpick": "~2.0.2"
},
"resolutions": {
"bootstrap": "3.1.1"
}
}