server/bo_client/bower.json
author ymh <ymh.work@gmail.com>
Fri, 12 Feb 2016 22:31:48 +0100
changeset 123 4c97e9da1416
parent 119 b495d8c1bf4f
child 125 e550b10fe3ca
permissions -rw-r--r--
Remove use of global variables + remove ember-cli-content-security-policy from package.json to avoid bogus csp violation warnings

{
  "name": "bo-client",
  "dependencies": {
    "ember": "2.3.1",
    "ember-cli-shims": "0.1.0",
    "ember-cli-test-loader": "0.2.2",
    "ember-qunit-notifications": "0.1.0",
    "jquery": "1.11.3",
    "loader.js": "^4.0.0",
    "qunit": "~1.20.0",
    "bootstrap-sass": "bootstrap-sass-official#~3.3.6",
    "font-awesome": "~4.5.0",
    "typeahead.js": "~0.11.1",
    "urijs": "URIjs#~1.17.0",
    "store": "https://github.com/marcuswestin/store.js.git#v1.3.20"
  },
  "resolutions": {
    "ember": "2.3.1",
    "qunit-notifications": "~0.1.0"
  }
}