-
Notifications
You must be signed in to change notification settings - Fork 232
/
Copy pathbower.json
31 lines (31 loc) · 814 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
{
"name": "ng-token-auth",
"version": "0.0.30",
"authors": [
"Lynn Dylan Hurley <[email protected]>"
],
"description": "Token based authentication system for angular js. Includes support for oauth2 authentication using Facebook, Github, Google, and Apple.",
"main": "dist/ng-token-auth.js",
"keywords": [
"authentication",
"oauth2",
"angular",
"token",
"secure"
],
"license": "MIT",
"homepage": "http://github.com/lynndylanhurley/ng-token-auth",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"gulpfile.js",
"package.json",
"test",
"tests"
],
"dependencies": {
"angular": ">=1.4 <1.6.0",
"angular-cookie": "~4.1.0"
}
}