Create angular-sortable-view@0.0.13.json

This commit is contained in:
Jon Stevens
2015-09-08 15:51:33 -07:00
parent cab7679138
commit 9a8067f9dd
@@ -0,0 +1,14 @@
{
"dependencies": {
"angular": "^1.4.0",
},
"main": "src/angular-sortable-view",
"registry": "jspm",
"shim": {
"src/angular-sortable-view": {
"deps": [
"angular"
]
}
}
}