-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
52 lines (52 loc) · 1.74 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
{
"name": "collectionstash",
"description": "",
"version": "4.2.1",
"private": true,
"ignore": [
".jshintrc",
"**/*.txt"
],
"dependencies": {
"requirejs": "2.1.11",
"bootstrap": "3.1.1",
"backbone": "1.1.2",
"jquery": "2.1.3",
"backbone.marionette": "1.8.3",
"underscore": "1.6.0",
"requirejs-text": "2.0.12",
"backbone.validation": "https://github.com/thedersen/backbone.validation.git#v0.9.1",
"mustache.js": "0.8.1",
"backbone.paginator": "2.0.2",
"wookmark": "https://github.com/GBKS/Wookmark-jQuery.git#1.4.6",
"imagesloaded": "3.1.5",
"dustjs-linkedin": "2.5.1",
"dustjs-linkedin-helpers": "1.5.0",
"toastr": "2.1.1",
"select2": "3.4.8",
"uri.js": "v1.13.1",
"bootstrap-datepicker": "1.3.0",
"backbone.trackit": "https://github.com/SomethingSexy/backbone.trackit.git#0.1.0.1",
"simplePagination": "https://github.com/flaviusmatis/simplePagination.js.git#master",
"Flot": "https://github.com/flot/flot.git#v0.8.3",
"zeroclipboard": "2.1.1",
"blueimp-gallery": "2.15.0",
"rickshaw": "https://github.com/shutterstock/rickshaw.git#1.5.0",
"d3": "3.4.8",
"blockies": "https://github.com/download13/blockies.git#v0.1.0",
"jquery-form": "3.50",
"jquery.treeview": "https://github.com/jzaefferer/jquery-treeview.git#master",
"backbone.bootstrap-modal": "https://github.com/SomethingSexy/backbone.bootstrap-modal.git#v0.9.0.2",
"blueimp-tmpl": "2.5.4",
"blueimp-load-image": "1.11.2",
"blueimp-canvas-to-blob": "2.1.0",
"jquery-ui": "1.11.0",
"blueimp-file-upload": "9.9.3"
},
"devDependencies": {},
"resolutions": {
"jquery": "2.1.3",
"blueimp-load-image": ">=1.13.0",
"blueimp-canvas-to-blob": ">=2.1.1"
}
}