Skip to content

Commit 1eb4a08

Browse files
committed
Added package.json for npm compatibility
1 parent f0b4afb commit 1eb4a08

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "angular-http-auth",
3+
"version": "1.2.2",
4+
"description": "HTTP Auth Interceptor Module",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/witoldsz/angular-http-auth.git"
8+
},
9+
"keywords": [
10+
"angular",
11+
"auth"
12+
],
13+
"license": "MIT",
14+
"homepage": "https://github.com/witoldsz/angular-http-auth"
15+
}

0 commit comments

Comments
 (0)