Last active
August 29, 2015 14:26
-
-
Save johnhamelink/747cc0e2265ca7ef2095 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "frontend", | |
"dependencies": { | |
"ember": "1.13.3", | |
"ember-cli-shims": "ember-cli/ember-cli-shims#0.0.3", | |
"ember-cli-test-loader": "ember-cli-test-loader#0.1.3", | |
"ember-data": "1.13.5", | |
"ember-load-initializers": "ember-cli/ember-load-initializers#0.1.5", | |
"ember-qunit": "0.4.1", | |
"ember-qunit-notifications": "0.0.7", | |
"ember-resolver": "~0.1.18", | |
"jquery": "~2.1.4", | |
"loader.js": "ember-cli/loader.js#3.2.0", | |
"foundation": "~5.5.0", | |
"blueimp-md5": "~1.1.0", | |
"selectize": "~0.12.1", | |
"expanding-textareas": "~0.2.0", | |
"remarkable": "~1.6.0", | |
"highlightjs": "~8.5.0", | |
"kalendae": "~0.4.1", | |
"supportkit": "~0.2.12", | |
"chartist": "~0.9.1", | |
"ember-simple-auth": "~0.8.0", | |
"moment": "2.10.3" | |
}, | |
"resolutions": { | |
"jquery": "~2.1.4", | |
"qunit": "~1.17.1" | |
}, | |
"devDependencies": {} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// app/initalizers/supportkit.js | |
import ENV from '../config/environment'; | |
export function initialize() { | |
SupportKit.init(ENV['supportkit-options']); | |
}; | |
export default { | |
name: 'supportkit', | |
initialize: initialize | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment