13 lines
176 B
JSON
13 lines
176 B
JSON
{
|
|
"shim": {
|
|
"ember": {
|
|
"deps": ["jquery", "handlebars"]
|
|
}
|
|
},
|
|
"registry": "jspm",
|
|
"dependencies": {
|
|
"jquery": "*",
|
|
"handlebars.js": "^1.3.0"
|
|
}
|
|
}
|