Create angular-carousel@0.3.12.json

This commit is contained in:
Jon Stevens
2015-07-11 23:24:52 -07:00
parent 24d66214e7
commit 88fdebfc8c
@@ -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"
]
}
}
}