forked from WikiEducationFoundation/WikiEduDashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
34 lines (34 loc) · 815 Bytes
/
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
{
"name": "wikiedu-dashboard",
"version": "1.0.0",
"dependencies": {
"jquery": "~2.1.1",
"jquery-ujs": "~1.0.3",
"list.js": "wintr/list.js#76c5632d86e11711b965878d58e1f4c90f6bcb18",
"lodash": "~3.9.0",
"moment": "~2.10.3",
"moment-recur": "~1.0.5",
"trix": "~0.10.1",
"chosen": "~1.5.1",
"list.fuzzysearch.js": "~0.1.0",
"jfeed": "*",
"jquery.uls": "https://github.com/mattfordham/jquery.uls.git"
},
"overrides": {
"trix": {
"main": "dist/trix.js"
},
"chosen": {
"main": "chosen.jquery.js"
},
"jquery.uls": {
"main": [
"src/jquery.uls.data.js",
"src/jquery.uls.data.utils.js",
"src/jquery.uls.lcd.js",
"src/jquery.uls.languagefilter.js",
"src/jquery.uls.core.js"
]
}
}
}