forked from microsoft/botbuilder-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 915 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 915 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
26
27
28
29
30
31
32
{
"name": "generator-botbuilder-java",
"version": "4.14.0",
"description": "A yeoman generator for creating Java bots built with Bot Framework v4",
"homepage": "https://github.com/Microsoft/BotBuilder-Java/tree/main/generators",
"author": {
"name": "Microsoft",
"email": "botframework@microsoft.com",
"url": "http://dev.botframework.com"
},
"license": "SEE LICENSE IN LICENSE.md",
"repository": "https://github.com/Microsoft/BotBuilder-Java.git",
"files": [
"components",
"generators"
],
"keywords": [
"botbuilder",
"bots",
"bot framework",
"yeoman-generator",
"Microsoft AI",
"Microsoft Teams",
"Conversational AI"
],
"dependencies": {
"chalk": "~4.0.0",
"lodash": "~4.17.15",
"mkdirp": "^1.0.4",
"yeoman-generator": "^5.7.0"
}
}