Skip to content

Instantly share code, notes, and snippets.

@kristianmandrup
Created October 2, 2014 12:46
Show Gist options
  • Save kristianmandrup/2fce07dadc43ded3a7f0 to your computer and use it in GitHub Desktop.
Save kristianmandrup/2fce07dadc43ded3a7f0 to your computer and use it in GitHub Desktop.
Ember-CLI package config for jspm integration :)
"jspm": {
"directories": {
"jspmPackages": "vendor"
},
"configFile": "config/jspm.js",
"dependencies": {
"handlebars": "[email protected]",
"jquery": "^1.11.0",
"qunit": "github:jquery/qunit@^1.12.0",
"ember-qunit": "github:rwjblue/[email protected]",
"ember": "1.5.1",
"ember-resolver": "github:stefanpenner/[email protected]",
"loader": "github:stefanpenner/[email protected]",
"ember-cli-shims": "github:stefanpenner/[email protected]",
"ember-load-initializers": "github:stefanpenner/[email protected]",
"ember-qunit-notifications": "github:dockyard/ember-qunit-notifications@^0.0.3",
"ember-cli-test-loader": "github:rwjblue/[email protected]"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment