Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 607deb8

Browse files
committed
Add bower support with component.json
1 parent d52294e commit 607deb8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

component.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "angular-oauth",
3+
"version": "1.0.0",
4+
"dependencies": {
5+
"angular": ">= 1.1.4"
6+
},
7+
"homepage": "https://github.com/enginous/angular-oauth",
8+
"repository": {
9+
"type": "git",
10+
"url": "git://github.com/enginous/angular-oauth.git"
11+
}
12+
}

0 commit comments

Comments
 (0)