Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

package.json 844 B

You have to be logged in to leave a comment. Sign In
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
33
34
35
36
  1. {
  2. "name": "botbuilder-sample-contosoflowers",
  3. "version": "1.0.0",
  4. "description": "Bot Builder Sample - Contoso Flowers",
  5. "scripts": {
  6. "start": "node app.js"
  7. },
  8. "author": "Microsoft Corp.",
  9. "license": "MIT",
  10. "keywords": [
  11. "botbuilder",
  12. "bots",
  13. "chatbots",
  14. "botbuilder-samples"
  15. ],
  16. "bugs": {
  17. "url": "https://github.com/Microsoft/BotBuilder-Samples/issues"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/Microsoft/BotBuilder-Samples.git"
  22. },
  23. "dependencies": {
  24. "bluebird": "^3.4.7",
  25. "body-parser": "^1.15.2",
  26. "botbuilder": "^3.7.0",
  27. "botbuilder-location": "^1.1.0",
  28. "dotenv-extended": "^1.0.4",
  29. "express": "^4.14.0",
  30. "geobing": "^0.1.3",
  31. "lodash": "^4.17.4",
  32. "pug": "^2.0.0-beta6",
  33. "serve-favicon": "^2.3.2",
  34. "uuid": "^3.0.1"
  35. }
  36. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...