Created
October 2, 2014 12:46
-
-
Save kristianmandrup/2fce07dadc43ded3a7f0 to your computer and use it in GitHub Desktop.
Ember-CLI package config for jspm integration :)
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
"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