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"
}
}