server/bo_client/bower.json
author ymh <ymh.work@gmail.com>
Tue, 08 Nov 2016 02:22:50 +0100
changeset 395 b7d79db348e7
parent 263 3deace9204de
child 406 cf0f23803a53
permissions -rw-r--r--
set version 0.0.6, correct class selector
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
{
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
  "name": "bo-client",
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
     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
bc37828169f3 upgrade bo_client to 2.4.3
ymh <ymh.work@gmail.com>
parents: 136
diff changeset
     5
    "ember-cli-shims": "0.1.1",
32
9765cf7cf817 upgrade to ember-cli 2.2(beta)
ymh <ymh.work@gmail.com>
parents: 28
diff changeset
     6
    "ember-qunit-notifications": "0.1.0",
125
e550b10fe3ca add language resolver on api data
ymh <ymh.work@gmail.com>
parents: 119
diff changeset
     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
9765cf7cf817 upgrade to ember-cli 2.2(beta)
ymh <ymh.work@gmail.com>
parents: 28
diff changeset
     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
b0b56e0f8c7f Add contributor edition
ymh <ymh.work@gmail.com>
parents: 20
diff changeset
    12
    "typeahead.js": "~0.11.1",
b0b56e0f8c7f Add contributor edition
ymh <ymh.work@gmail.com>
parents: 20
diff changeset
    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
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
  }
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
}