forked from BotBuilderCommunity/botbuilder-community-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 652 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 652 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
{
"name": "@botbuildercommunity/bot-components-getweather",
"version": "1.0.0",
"description": "Contains Adaptive Dialog assets to support GetWeather conversational flows in an Adaptive bot built on the Azure Bot Framework.",
"keywords": [
"microsoft",
"bot",
"framework",
"adaptive",
"msbot-component",
"msbot-content"
],
"license": "MIT",
"author": "Bot Builder Community",
"files": [
"exported"
],
"repository": {
"type": "git",
"url": "https://github.com/BotBuilderCommunity/botbuilder-community-dotnet.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}