forked from eliahexe/share-mrdemonwolf-me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 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
41
42
43
44
45
{
"name": "share",
"description": "Advanced custom uploader with web front-end. Allows uploads for images, files, and text. Built with ShareX in mind.",
"main": "src/index.js",
"authors": [
"Nathan Henniges"
],
"license": "MIT",
"keywords": [
"sharex",
"custom-uploader",
"uploader",
"files",
"images",
"text",
"custom"
],
"homepage": "https://github.com/MrDemonWolf/share",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "4.4.1",
"bootstrap-select": "1.13.16",
"bootstrap-show-password": "1.2.1",
"bootstrap-table": "1.16.0",
"bootstrap4-toggle": "3.6.1",
"conditionize2.js": "rguliev/conditionize2.js#2.0.1",
"font-awsome": "5.12.1",
"jquery": "3.4.1",
"moment": "2.24.0",
"tempusdominus-bs4": "5.1.2",
"bootstrap-fileinput": "5.0.8",
"bootstrap-tagsinput": "bootstrap-tagsinput/bootstrap-tagsinput#0.8.0",
"clipboard": "2.0.6",
"summernote": "^0.8.18"
},
"resolutions": {
"jquery": "3.4.1"
}
}