Skip to content

Commit bab41db

Browse files
committed
feat(bower.json): add bower.json
- make angularjs installable through bower
1 parent 4bef6b6 commit bab41db

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)