Merge pull request #466 from lookfirst/patch-10

Create angular-carousel@0.3.12.json
This commit is contained in:
Guy Bedford
2015-07-12 12:11:52 +02:00
@@ -0,0 +1,17 @@
{
"main": "dist/angular-carousel",
"registry": "jspm",
"format":"global",
"dependencies": {
"angular": "^1.4.0",
"angular-touch": "^1.4.0"
},
"shim": {
"dist/angular-carousel": {
"deps": [
"angular",
"angular-touch"
]
}
}
}