Create ember@1.4.0.json

This commit is contained in:
Guy Bedford
2014-03-21 11:56:07 -07:00
parent b83ed28b4e
commit 280c03e4dc
@@ -0,0 +1,12 @@
{
"shim": {
"ember": {
"deps": ["jquery", "handlebars"]
}
},
"registry": "jspm",
"dependencies": {
"jquery": "*",
"handlebars": "^1.3.0"
}
}