author | ymh <ymh.work@gmail.com> |
Thu, 03 Nov 2016 03:05:43 +0100 | |
changeset 388 | 202b6f209b9a |
parent 263 | 3deace9204de |
child 406 | cf0f23803a53 |
permissions | -rw-r--r-- |
4 | 1 |
{ |
2 |
"name": "bo-client", |
|
3 |
"dependencies": { |
|
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
|
4 |
"ember": "~2.8.0-beta.1", |
147 | 5 |
"ember-cli-shims": "0.1.1", |
32 | 6 |
"ember-qunit-notifications": "0.1.0", |
125 | 7 |
"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
|
8 |
"loader.js": "^4.0.10", |
32 | 9 |
"qunit": "~1.20.0", |
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
|
10 |
"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
|
11 |
"font-awesome": "~4.6.3", |
28 | 12 |
"typeahead.js": "~0.11.1", |
13 |
"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
|
14 |
"store": "https://github.com/marcuswestin/store.js.git#v1.3.20" |
4 | 15 |
} |
16 |
} |