-
Notifications
You must be signed in to change notification settings - Fork 14
/
bower.json
58 lines (58 loc) · 1.21 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": "exi-ui",
"version": "5.13.4",
"homepage": "https://github.com/ispyb/EXI",
"description": "Extended ISPyB User Interface",
"main": "mx/index.html",
"moduleType": [
"node"
],
"keywords": [
"ISPyB",
"LIMS",
"Synchrotron",
"MX",
"SAXS"
],
"authors": [
"Alejandro de Maria Antolinos"
],
"private": false,
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"handsontable": "8.1.0",
"jquery-lazy": "0.6.4",
"dygraphs": "1.1.1",
"qunit": "1.22.0",
"vis": "4.21.0",
"Snap.svg": "snap.svg#^0.4.1",
"pathjs-amd": "0.10.1",
"grunt": "0.4.5",
"dustjs-linkedin": "2.7.5",
"dustjs-helpers": "1.7.4",
"lightbox2": "2.8.2",
"bootstrap": "3.4.1",
"bootstrap-year-calendar": "1.1.0",
"notifyjs": "0.4.2",
"lodash": "4.17.20",
"bootstrap-multiselect": "0.9.15",
"eonasdan-bootstrap-datetimepicker": "4.17.47",
"file-saver": "1.3.8",
"html-docx-js": "0.3.1",
"jquery": "2.2.4",
"moment": "2.29.1",
"linkifyjs": "2.1.9"
},
"devDependencies": {},
"resolutions": {
"lightbox2": "2.8.2",
"jquery": "2.2.4"
}
}