Skip to content

Commit 772e423

Browse files
committed
Merge branch 'bower.json' of https://github.com/PascalPrecht/angular-http-auth into bower
2 parents 8390f0b + bab41db commit 772e423

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
bower_components
3+
components

bower.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"author": "Witold Szczerba",
3+
"name": "angular-http-auth",
4+
"version": "0.1.0",
5+
"homepage": "https://github.com/witoldsz/angular-http-auth",
6+
"repository": {
7+
"type": "git",
8+
"url": "git://github.com/witoldsz/angular-http-auth.git"
9+
},
10+
"main": "./src/http-auth-interceptor.js",
11+
"dependencies": {
12+
"angular": "1.0.6"
13+
}
14+
}

0 commit comments

Comments
 (0)