-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 839 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 839 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
28
29
{
"name": "ember-cli-admin-auth",
"dependencies": {
"handlebars": "2.0.0",
"jquery": "^1.11.1",
"ember": "2.2.0",
"ember-data": "2.2.0",
"ember-resolver": "~0.1.20",
"loader.js": "ember-cli/loader.js#3.3.0",
"ember-cli-shims": "stefanpenner/ember-cli-shims#0.0.3",
"ember-cli-test-loader": "0.2.2",
"ember-load-initializers": "0.1.7",
"ember-qunit": "0.4.7",
"ember-qunit-notifications": "0.0.7",
"qunit": "~1.17.1",
"pretender": "~0.10.1",
"bootstrap-sass-official": "3.3.4",
"typeahead.js": "0.10.5",
"jquery-ui-sortable": "*",
"bootstrap-datepicker": "~1.4.0",
"jquery-ui-touch-punch": "furf/jquery-ui-touch-punch",
"jquery-ui-touch-punch-improved": "0.3.1",
"lodash": "~3.7.0",
"Faker": "~3.0.0"
},
"resolutions": {
"ember": "2.2.0"
}
}