-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
31 lines (31 loc) · 809 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-authentication-service",
"authors": [
"Josh Mackey (https://github.com/joshmackey)",
"Justin Saunders (https://github.com/justinsa)"
],
"description": "An authentication and authorization helper service for Angular client applications.",
"keywords": [
"angular",
"auth service",
"authService",
"authentication",
"authorization",
"authentication service",
"authorization service"
],
"homepage": "https://github.com/justinsa/angular-authentication-service",
"license": "MIT",
"main": "./ng-authentication-service.js",
"ignore": [
".jshintrc",
"gulpfile.js",
"package.json",
"test.html",
"tests.js"
],
"repository": {
"type": "git",
"url": "git://github.com/justinsa/angular-authentication-service.git"
}
}