author | ymh <ymh.work@gmail.com> |
Mon, 19 Dec 2016 21:58:29 +0100 | |
changeset 478 | b621657bb436 |
parent 456 | 3a32d2f57429 |
child 517 | 3143195e91b4 |
permissions | -rw-r--r-- |
4 | 1 |
{ |
2 |
"name": "bo-client", |
|
3 |
"dependencies": { |
|
456 | 4 |
"ember": "~2.10.0", |
406
cf0f23803a53
upgrade elasticsearch to 5.0, upgrade ember
ymh <ymh.work@gmail.com>
parents:
263
diff
changeset
|
5 |
"ember-cli-shims": "0.1.3", |
125 | 6 |
"jquery": "^2.2", |
263
3deace9204de
pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents:
159
diff
changeset
|
7 |
"bootstrap-sass": "bootstrap-sass-official#~3.3.7", |
3deace9204de
pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents:
159
diff
changeset
|
8 |
"font-awesome": "~4.6.3", |
28 | 9 |
"typeahead.js": "~0.11.1", |
10 |
"urijs": "URIjs#~1.17.0", |
|
118
dbcacab69cfc
upgrade ember version to v2.3.1 for bo-client
ymh <ymh.work@gmail.com>
parents:
32
diff
changeset
|
11 |
"store": "https://github.com/marcuswestin/store.js.git#v1.3.20" |
4 | 12 |
} |
13 |
} |