This commit is contained in:
Douglas Duteil
2015-01-20 16:33:42 +01:00
parent 1780dc3d12
commit f8b7d2e99e
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,14 @@
{
"dependencies": {
"angular": "~1.2.0"
},
"main": "ui-bootstrap-tpls",
"registry": "jspm",
"shim": {
"angular-bootstrap": {
"deps": [
"angular"
]
}
}
}