server/bo_client/bower.json
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--
version 0.0.17
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": {
125
e550b10fe3ca add language resolver on api data
ymh <ymh.work@gmail.com>
parents: 119
diff changeset
     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
b0b56e0f8c7f Add contributor edition
ymh <ymh.work@gmail.com>
parents: 20
diff changeset
     7
    "typeahead.js": "~0.11.1",
b0b56e0f8c7f Add contributor edition
ymh <ymh.work@gmail.com>
parents: 20
diff changeset
     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
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
  }
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
}