firebase and angular fire with dependencies and versions
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user