forked from lynndylanhurley/ng-token-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 1018 Bytes
/
Copy pathbower.json
File metadata and controls
36 lines (36 loc) · 1018 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
32
33
34
35
36
{
"name": "ng-token-auth-localoauth",
"version": "0.0.25-oauth",
"authors": [
"Lynn Dylan Hurley <lynn.dylan.hurley@gmail.com>",
"Nick McIntosh <nick@nickmcintosh.net>"
],
"description": "A very minor fork adding support for OAuth tokens obtained client side of the token based authentication system for angular js. Includes support for oauth2 authentication using Facebook, Github, and Google. Hopefully, these changes are useful to everyone and they can be merged into the main project.",
"main": "dist/ng-token-auth.js",
"keywords": [
"authentication",
"oauth2",
"angular",
"token",
"secure",
"cordova"
],
"license": "MIT",
"homepage": "http://github.com/heysailor/ng-token-auth-localoauth",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"gulpfile.js",
"package.json",
"test",
"tests"
],
"dependencies": {
"angular": ">=1.2.0",
"angular-cookie": ">=4.0.6"
},
"resolutions": {
"angular": "1.2.25"
}
}