forked from microsoft/BotBuilder-Samples
-
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) · 715 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 715 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": "botbuilder-sample-imagecaption",
"version": "1.0.0",
"description": "Bot Builder Sample - Image Caption",
"scripts": {
"start": "node app.js"
},
"author": "Microsoft Corp.",
"license": "MIT",
"keywords": [
"botbuilder",
"bots",
"chatbots",
"botbuilder-samples"
],
"bugs": {
"url": "https://github.com/Microsoft/BotBuilder-Samples/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "^3.7.0",
"dotenv-extended": "^1.0.4",
"needle": "^1.4.3",
"request": "^2.79.0",
"restify": "^4.3.0",
"url": "^0.11.0",
"valid-url": "^1.0.9"
}
}