Create angular-loading-bar@0.8.0.json

removed directories object, updated angular dependency to match the bower.json.
This commit is contained in:
Jon Stevens
2015-07-14 15:05:57 -07:00
parent f1a1f4683f
commit 6fae5939dd
@@ -0,0 +1,13 @@
{
"main": "build/loading-bar",
"registry": "jspm",
"dependencies": {
"angular": "^1.2.9",
"css": "*"
},
"shim": {
"loading-bar": {
"deps": ["angular", "./loading-bar.css!"]
}
}
}