cms/app-client/bower.json
author ymh <ymh.work@gmail.com>
Sat, 06 Aug 2016 21:29:33 +0700
changeset 261 02e2396bcbbc
parent 221 0bee030d7411
child 262 e999bcaa0c08
permissions -rw-r--r--
Migrate to ember 2.7 + correct jquery null context error + declare shim for popcorn (instead of silencing the JSHint error)

{
  "name": "app-client",
  "dependencies": {
    "ember": "~2.7.0",
    "ember-cli-shims": "0.1.1",
    "ember-qunit-notifications": "0.1.0",
    "jquery": "^2.2",
    "qunit": "~1.18.0",
    "bootstrap-sass": "bootstrap-sass-official#~3.3.6",
    "ammap3": "~3.18.6",
    "font-awesome": "~4.6.1",
    "pretender": "~1.1.0",
    "lodash": "~4.11.1",
    "Faker": "~3.1.0",
    "store": "https://github.com/marcuswestin/store.js.git#v1.3.20",
    "popcorn-js": "popcornjs#^1.5.11",
    "ember-qunit-notifications": "0.1.0"
  }
}