-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathbower.json
More file actions
65 lines (65 loc) · 1.68 KB
/
Copy pathbower.json
File metadata and controls
65 lines (65 loc) · 1.68 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
{
"name": "engage-dnn-javascript-libraries",
"description": "Common JavaScript libraries packaged as DNN JavaScript Library extensions",
"authors": [
"Brian Dukes <bdukes@engagesoftware.com>"
],
"license": "MIT",
"keywords": [
"DNN Platform"
],
"homepage": "https://github.com/EngageSoftware/DNN-JavaScript-Libraries/",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"_bower_components/",
"test",
"tests"
],
"dependencies": {
"bootstrap-datepicker": "1.7.0",
"bluebird": "3.5.0",
"bootstrap": "3.3.7",
"clipboard": "1.7.1",
"chart.js": "2.6.0",
"date-fns": "1.28.4",
"flexslider": "FlexSlider#2.6.3",
"es6-shim": "0.35.3",
"less": "less.js#2.7.2",
"lie": "3.1.1",
"numeral": "2.0.6",
"picturefill": "3.0.3",
"select2": "^4.0.3",
"system.js": "0.20.14",
"urijs": "1.18.10",
"tota11y": "0.1.6",
"chosen": "1.7.0",
"html5shiv": "3.7.3",
"jquery.scrollTo": "2.1.2",
"jquery-mousewheel": "3.1.13",
"jszip": "3.1.3",
"KineticJS": "kineticjs#5.1.0",
"knockout-jqAutocomplete": "0.4.4",
"knockout-postbox": "0.6.0",
"knockout-sortable": "1.1.0",
"knockout-validation": "2.0.3",
"quill-editor-knockout-binding": "ko-quill#0.1.3",
"pepjs": "0.4.3",
"quill": "1.2.6",
"respond": "respond-minmax#1.4.2",
"responsive-tabs": "1.6.2",
"router.js": "1.0.10",
"spectrum": "1.8.0",
"underscore": "1.8.3",
"zeroclipboard": "2.3.0",
"file-saver": "filesaverjs#^1.3.3",
"swiper": "3.4.2",
"js-xlsx": "0.10.5",
"Blob": "*",
"tableexport.js": "4.0.1",
"tinymce": "4.6.4",
"jquery": "1.12.4"
}
}