author | ymh <ymh.work@gmail.com> |
Thu, 23 Feb 2017 10:50:32 +0100 | |
changeset 523 | 98c45e30b841 |
parent 517 | 3143195e91b4 |
child 532 | 1190ea937f2d |
permissions | -rw-r--r-- |
4 | 1 |
{ |
2 |
"name": "bo-client", |
|
3 |
"dependencies": { |
|
125 | 4 |
"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
|
5 |
"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
|
6 |
"font-awesome": "~4.6.3", |
28 | 7 |
"typeahead.js": "~0.11.1", |
8 |
"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
|
9 |
"store": "https://github.com/marcuswestin/store.js.git#v1.3.20" |
4 | 10 |
} |
11 |
} |