forked from FirebaseExtended/angularfire
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 641 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 641 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "angularfire",
"description": "The officially supported AngularJS binding for Firebase",
"version": "2.3.0",
"authors": [
"Firebase (https://firebase.google.com/)"
],
"homepage": "https://github.com/firebase/angularfire",
"repository": {
"type": "git",
"url": "https://github.com/firebase/angularfire.git"
},
"license": "MIT",
"keywords": [
"angular",
"angularjs",
"firebase",
"realtime"
],
"main": "dist/angularfire.js",
"ignore": [
"**/*",
"!dist/*.js",
"!README.md",
"!LICENSE"
],
"dependencies": {
"angular": "^1.3.0",
"firebase": "3.x.x"
}
}