diff --git a/bower.json b/bower.json index d53eb310..aed604f0 100644 --- a/bower.json +++ b/bower.json @@ -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" } } 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",