forked from FirebaseExtended/angularfire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 881 Bytes
/
bower.json
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
32
33
34
35
36
37
38
39
40
41
{
"name": "angularfire",
"description": "The officially supported AngularJS binding for Firebase",
"version": "0.0.0",
"authors": [
"Firebase <[email protected]> (https://www.firebase.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": [
"**/.*",
"src",
"tests",
"node_modules",
"bower_components",
"firebase.json",
"package.json",
"Gruntfile.js",
"changelog.txt"
],
"dependencies": {
"angular": "1.2.x || 1.3.x",
"firebase": "2.1.x"
},
"devDependencies": {
"lodash": "~2.4.1",
"angular-mocks": "~1.2.18",
"mockfirebase": "~0.7.0"
}
}