-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.78 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.78 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "yohns-bs5-components",
"version": "1.3.1",
"main": "index.js",
"description": "Lots of extra components for Bootstrap 5.3, including Textarea Grower, Content Menus, Edit In Place, File Upload Previewer, Image Lightbox, Input Mask, JSON Table (Data Tables Alternative), Multi Level Dropdown Menus, Multi Select / Tags, Onboarding Tour, Rate Limiter, Toast Alerts, WYSIWYG Editor, YoBox (Alert, Confirm, and Prompt alternative), and More!",
"keywords": [
"alert",
"lightbox",
"input-mask",
"toast",
"tour",
"multi-select",
"alert-messages",
"toast-notifications",
"autogrow",
"textarea-autoresize",
"bootstrap5",
"toast-notification",
"upload-preview",
"bootstrap-5",
"native-alert",
"onboard-tour",
"submenus",
"jsontable",
"json-table",
"htmltable",
"html-table",
"datatable",
"data-table",
"wysiwyg",
"edit-in-place"
],
"homepage": "https://github.com/Yohn/Bootstrap-Enhanced-Components#readme",
"bugs": {
"url": "https://github.com/Yohn/Bootstrap-Enhanced-Components/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yohn/Bootstrap-Enhanced-Components.git"
},
"files": [
"AjaxForm",
"AutoTextarea",
"BehaviorTracker",
"ContextMenu",
"EditInPlace",
"FileUploadPreview",
"HtmlTable",
"ImageLightbox",
"InputMask",
"JsonTable",
"MultiLevelDropdown",
"MultiSelect",
"OnboardingTour",
"RateLimiter",
"SimpleLightbox",
"ToastAlerts",
"WysiwygEditor",
"YoBox",
"LICENSE",
"README.md",
"index.html",
"package.json",
".editorconfig"
],
"license": "MIT",
"author": "John Brittain III",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}