forked from toranb/ember-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 665 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 665 Bytes
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
{
"name": "ember-calendar",
"dependencies": {
"ember": "2.1.0",
"ember-cli-shims": "0.0.6",
"ember-cli-test-loader": "0.2.1",
"ember-data": "2.1.0",
"ember-load-initializers": "0.1.7",
"ember-qunit": "0.4.16",
"ember-qunit-notifications": "0.1.0",
"ember-resolver": "0.1.20",
"interact": "1.2.5",
"jquery": "1.11.3",
"jquery-simulate": "1.0.1",
"loader.js": "3.4.0",
"lodash": "3.10.0",
"fontawesome": "~4.5.0",
"qunit": "1.20.0",
"spinjs": "2.0.2",
"modernizr": "2.8.3",
"tooltipster": "3.3.0",
"trackpad-scroll-emulator": "1.0.8"
},
"resolutions": {
"jquery": "1.11.3"
}
}