Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
omercs committed Oct 28, 2014
2 parents 638e0fe + c510067 commit dd9d954
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 14 deletions.
36 changes: 23 additions & 13 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,42 @@
{
"name": "adalAngular",
"name": "adal-angular",
"version": "0.0.1",
"homepage": "https://github.com/AzureAD/azure-activedirectory-library-for-js",
"authors": [
"MSOpentech"
],
"description": "Azure Active Directory Client Library for js",
"main": "./lib/adal.js",
"description": "Windows Azure Active Directory Client Library for js",
"licenses": [
"moduleType": [
"node"
],
"keywords": [
"adal",
"oauth",
"active",
"directory",
"azure"
],
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"ignore": [
"coffee",
"coverage",
"js",
"**/.*",
"node_modules",
"tests",
"templates",
"Gruntfile.js",
"package.json",
".gitignore"
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "*"
},
"devDependencies": {
"angular-resource": "~1.2.26",
"angular-mocks": "~1.2.16",
"angular-route": "~1.2.26",
"jasmine": "2.0.0",
"angular-resource": "~1.2.26"
"angular-route": "~1.2.26"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "adal",
"name": "adal-angular",
"author": {
"name": "Microsoft Open Technologies Inc",
"email": "[email protected]",
Expand Down

0 comments on commit dd9d954

Please sign in to comment.