-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 858 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 858 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
{
"name": "website",
"dependencies": {
"ember": "1.12.0",
"ember-cli-shims": "ember-cli/ember-cli-shims#0.0.3",
"ember-cli-test-loader": "ember-cli-test-loader#0.1.3",
"ember-data": "1.0.0-beta.18",
"ember-load-initializers": "ember-cli/ember-load-initializers#0.1.4",
"ember-qunit": "0.3.3",
"ember-qunit-notifications": "0.0.7",
"ember-resolver": "~0.1.15",
"jquery": "^1.11.1",
"jquery.countdown": "~2.0.4",
"loader.js": "ember-cli/loader.js#3.2.0",
"qunit": "~1.17.1",
"ember-simple-auth": "0.8.0",
"ember-cli-moment-shim": "~0.2.0",
"css-flip-counter": "*",
"bootstrap-datepicker": "~1.4.0"
},
"devDependencies": {
"bootstrap-sass-official": "~3.3.4",
"typeahead.js": "~0.11.1",
"jquery-ui-sortable": "*",
"jquery-ui-touch-punch": "*",
"chance": "~0.7.5"
}
}