Skip to content

Commit 7c8fa1d

Browse files
committed
record bower libraries in bower.json
1 parent 7570dc5 commit 7c8fa1d

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

bower.json

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"name": "engage-dnn-javascript-libraries",
3+
"description": "Common JavaScript libraries packaged as DNN JavaScript Library extensions",
4+
"authors": [
5+
"Brian Dukes <bdukes@engagesoftware.com>"
6+
],
7+
"license": "MIT",
8+
"keywords": [
9+
"DNN Platform"
10+
],
11+
"homepage": "https://github.com/EngageSoftware/DNN-JavaScript-Libraries/",
12+
"private": true,
13+
"ignore": [
14+
"**/.*",
15+
"node_modules",
16+
"bower_components",
17+
"_bower_components/",
18+
"test",
19+
"tests"
20+
],
21+
"dependencies": {
22+
"bootstrap-datepicker": "1.6.4",
23+
"bluebird": "3.4.6",
24+
"bootstrap": "^3.3.7",
25+
"clipboard": "^1.5.12",
26+
"chart.js": "^2.3.0",
27+
"date-fns": "^1.3.0",
28+
"flexslider": "FlexSlider#2.6.3",
29+
"es6-shim": "0.35.1",
30+
"less": "less.js#^2.7.1",
31+
"lie": "^3.1.0",
32+
"numeral": "^1.5.3",
33+
"picturefill": "^3.0.2",
34+
"select2": "^4.0.3",
35+
"Swiper": "swiper#^3.3.1",
36+
"system.js": "0.19.39",
37+
"urijs": "1.18.2",
38+
"tota11y": "^0.1.5",
39+
"chosen": "1.4.2",
40+
"html5shiv": "3.7.3",
41+
"jquery.scrollTo": "2.1.2",
42+
"jquery-mousewheel": "3.1.12",
43+
"jszip": "2.4.0",
44+
"KineticJS": "kineticjs#5.1.0",
45+
"knockout-jqAutocomplete": "0.4.3",
46+
"knockout-postbox": "0.5.2",
47+
"knockout-sortable": "0.11.0",
48+
"knockout-validation": "2.0.3",
49+
"quill-editor-knockout-binding": "ko-quill#0.1.3",
50+
"pepjs": "0.4.1",
51+
"quill": "0.20.0",
52+
"respond": "respond-minmax#1.4.2",
53+
"responsive-tabs": "1.4.5",
54+
"router.js": "1.0.3",
55+
"spectrum": "1.8.0",
56+
"underscore": "1.8.3",
57+
"zeroclipboard": "2.2.0"
58+
}
59+
}

0 commit comments

Comments
 (0)