-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 756 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 756 Bytes
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
32
33
{
"name": "angular-oauthio-login",
"version": "0.0.6",
"authors": [
"David Resseguie <david@resseguie.com>"
],
"description": "Simple AngularJS service/directive pair for authenticating users using the OAuth.io services.",
"main": "oauthio-login.js",
"keywords": [
"oauth", "login","angular","AngularJS","twitter","facebook","oauthio"
],
"license": "MIT",
"ignore": [
"**/.*",
"Gruntfile.js",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular":"~1.2.11",
"oauth-js": "~0.2",
"bootstrap": "3.1.x",
"font-awesome": "latest"
},
"repository": {
"type": "git",
"url": "git://github.com/Resseguie/angular-oauthio-login.git"
},
"devDependencies": {
}
}