firebase and angular fire with dependencies and versions

This commit is contained in:
Aleksandar Djindjic
2014-11-25 23:00:18 +01:00
parent 3cff3662bc
commit d8ee4e37c7
3 changed files with 21 additions and 0 deletions
@@ -0,0 +1,13 @@
{
"files": ["angularfire.js"],
"shim": {
"angularFire": ["firebase", "angular"]
},
"buildConfig": {
"uglify": "true"
},
"dependencies": {
"angular": "^1.3.2",
"firebase": "^2.0.4"
}
}
@@ -0,0 +1,7 @@
{
"main": "firebase",
"registry": "jspm",
"buildConfig": {
"minify": true
}
}