From b786927ea5dce926ca46fa461fb86f0e2527914c Mon Sep 17 00:00:00 2001 From: Omer Cansizoglu Date: Mon, 27 Oct 2014 21:53:55 -0700 Subject: [PATCH 1/2] update bower.json --- bower.json | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/bower.json b/bower.json index d53eb310..09860c31 100644 --- a/bower.json +++ b/bower.json @@ -1,32 +1,39 @@ { "name": "adalAngular", "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" } } From c51006723f1f847db89b1bfe19c8cb5ccc6e276c Mon Sep 17 00:00:00 2001 From: Omer Cansizoglu Date: Mon, 27 Oct 2014 22:03:31 -0700 Subject: [PATCH 2/2] update package to adal-angular to follow bower format --- bower.json | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 09860c31..aed604f0 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "adalAngular", + "name": "adal-angular", "version": "0.0.1", "homepage": "https://github.com/AzureAD/azure-activedirectory-library-for-js", "authors": [ @@ -31,6 +31,9 @@ "tests" ], "dependencies": { + "angular": "*" + }, + "devDependencies": { "angular-resource": "~1.2.26", "angular-mocks": "~1.2.16", "jasmine": "2.0.0", diff --git a/package.json b/package.json index ad0e8dee..bd4411c1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "adal", + "name": "adal-angular", "author": { "name": "Microsoft Open Technologies Inc", "email": "msopentech@microsoft.com",