package.json
{
"name": "teamsfunctions", "description": "A module for Administering Teams Users and Objects in MicrosoftTeams and AzureAd.", "homepage": "https://github.com/DEberhardt/TeamsFunctions", "keywords": [ "Office365", "Teams", "DirectRouting", "Licensing", "ResourceAccount", "CallQueue", "AutoAttendant", "VoiceConfig", "CommonAreaPhone" ], "author": "David Eberhardt <TeamsFunctions@outlook.com>", "contributors": [], "dependencies": { "MicrosoftTeams": "^4.8.0" }, "license": "MIT", "LicenseUri": "https://github.com/DEberhardt/TeamsFunctions/blob/master/LICENSE", "ProjectUri": "https://github.com/DEberhardt/TeamsFunctions", "IconUri": "https://github.com/DEberhardt/TeamsFunctions/blob/master/CHANGELOG.md", "ReleaseNotes": "https://github.com/DEberhardt/TeamsFunctions/blob/master/CHANGELOG.md", "repository": { "type": "git", "url": "git://github.com/DEberhardt/TeamsFunctions/TeamsFunctions.git" }, "main": "TeamsFunctions.psm1", "version": "22.17.0", "isPreRelease": "false", "PreReleaseTag": "PreRelease", "copyright": "(c) 2020-CurrentYear David Eberhardt. All rights reserved." } |