Merge pull request #118 from douglasduteil/add-angular-bootstrap

Add bootstrap-bower@0.12.0.json
This commit is contained in:
Guy Bedford
2015-01-20 17:33:39 +02:00
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"
]
}
}
}