This repository was archived by the owner on Feb 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.32 KB
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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "angularfire-multi-auth",
"description": "An unofficially library that makes AngularFire support multiple auth providers for the same account",
"version": "0.0.7",
"author": "Douglas Silvio Corrêa <me@dougcorrea.com> (http://twitter.com/douglas_correa)",
"homepage": "https://github.com/douglascorrea/angularfire-multi-auth",
"repository": {
"type": "git",
"url": "https://github.com/douglascorrea/angularfire-multi-auth.git"
},
"bugs": {
"url": "https://github.com/douglascorrea/angularfire-multi-auth/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://mit-license.org/"
}
],
"keywords": [
"angular",
"angularjs",
"firebase",
"realtime",
"angularfire",
"authentication"
],
"main": "index.js",
"files": [
"index.js",
"dist/**",
"LICENSE",
"README.md",
"package.json"
],
"dependencies": {
"angular": "1.3.x || 1.4.x",
"angularfire": "1.1.x"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.9.2",
"grunt-protractor-runner": "^2.1.0",
"grunt-shell-spawn": "^0.3.9",
"load-grunt-tasks": "^3.2.0",
"protractor": "^2.2.0"
}
}